Values.BatchUserErrorResponseItemSourceContains error information for a user operation that failed in a batch user request.
type nonrec t = {field : GenericString.t option;The field that caused the error.
*)reason : GenericString.t option;A description of why the user operation failed.
*)userId : UserId.t option;The user ID associated with the failed operation.
*)}