Module Error.Response

Error responses.

type t

The type for ErrorResponse.

val make : ?exts:Exts.t -> ?stacktrace:string -> ?id:int -> error:string -> message:string -> unit -> t
val id : t -> int option
val error : t -> string
val message : t -> string
val stacktrace : t -> string option
val exts : t -> Exts.t
val jsont : t Jsont.t