Values.BatchCreateDelegationByAssessmentErrorSourceAn error entity for the BatchCreateDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.
type nonrec t = {createDelegationRequest : CreateDelegationRequest.t option;The API request to batch create delegations in Audit Manager.
*)errorCode : ErrorCode.t option;The error code that the BatchCreateDelegationByAssessment API returned.
*)errorMessage : ErrorMessage.t option;The error message that the BatchCreateDelegationByAssessment API returned.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ErrorCode.t
| `Structure of
(string * [> `Enum of string | `String of DelegationComment.t ])
list ])
list ]