Endpoint.Json_response_error
type t = {
error : string;
An all-caps string acting as an identifier for the error.
*)error_type : string option;
An all-caps string identifying a category of errors. May encompass many different error
values.
details : string;
A human-readable explanation of the error.
*)fields : string list;
A list of HTTP parameters with erroneous values.
*)}