Values.BatchDeleteAgentErrorSourceAn object representing the agent or data collector that failed to delete, each containing agentId, errorMessage, and errorCode.
type nonrec t = {agentId : AgentId.t option;The ID of the agent or data collector to delete.
*)errorMessage : String_.t option;The description of the error that occurred for the delete failed agent.
*)errorCode : DeleteAgentErrorCode.t option;The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
*)}