Values.ErrorObjectSourceAn object that contains error information.
type nonrec t = {errorMessage : ErrorMessage.t option;A human-readable error message.
*)errorType : ErrorType.t option;The error type.
*)errorData : ErrorData.t option;Machine-readable error data.
*)stackTrace : StackTraceEntries.t option;Stack trace information for the error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ]