module Tws_error: Response.Tws_error
type
t = private {
|
error_code : |
|
error_msg : |
val error_msg : t -> string
val error_code : t -> int
module Fields:sig
..end
include Response_intf.S
val create : error_code:int -> error_msg:string -> t
val to_string_hum : t -> string
val to_error : t -> Core.Std.Error.t
val to_exn : t -> exn
val raise : t -> 'a
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t