OfJsonResult.Err
type t = string * Kxclib.Json.jvpath * json_shape_explanation
val to_string : t -> string
A detailed error message.
val message : t -> string
An original error message.
val path : t -> Kxclib.Json.jvpath
A json path where the error occurred.
val shape : t -> json_shape_explanation
An expected json shape.