Values.CollectionGroupErrorDetailSourceError details for a collection group operation.
type nonrec t = {id : CollectionGroupId.t option;If the request contains collection group IDs, the response includes the IDs provided in the request.
*)name : CollectionGroupName.t option;If the request contains collection group names, the response includes the names provided in the request.
*)errorMessage : String_.t option;A description of the error. For example, The specified Collection Group is not found.
*)errorCode : String_.t option;The error code for the request. For example, NOT_FOUND.
*)}