Values.BatchErrorSourceAn error that occurred during a batch operation.
type nonrec t = {accessorId : AccessorId.t option;The accessor identifier that's related to the error.
*)error : ErrorCode.t option;The error code.
*)message : ErrorMessage.t option;Description of the error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of ErrorCode.t | `String of AccessorId.t ]) list ]