Values.CollectionErrorDetailSourceError information for an OpenSearch Serverless request.
type nonrec t = {id : CollectionId.t option;If the request contains collection IDs, the response includes the IDs provided in the request.
*)name : CollectionName.t option;If the request contains collection names, the response includes the names provided in the request.
*)errorMessage : String_.t option;A description of the error. For example, The specified Collection is not found.
*)errorCode : String_.t option;The error code for the request. For example, NOT_FOUND.
*)}