Values.BatchDeleteDelegationByAssessmentErrorSourceAn error entity for the BatchDeleteDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.
type nonrec t = {delegationId : UUID.t option;The identifier for the delegation.
*)errorCode : ErrorCode.t option;The error code that the BatchDeleteDelegationByAssessment API returned.
*)errorMessage : ErrorMessage.t option;The error message that the BatchDeleteDelegationByAssessment API returned.
*)}