Module Async_rpc_kernel.Rpc_error
include module type of sig ... end
type t= Async_rpc_kernel__Protocol.Rpc_error.t=|Bin_io_exn of Core_kernel.Sexp.t|Connection_closed|Write_error of Core_kernel.Sexp.t|Uncaught_exn of Core_kernel.Sexp.t|Unimplemented_rpc of Async_rpc_kernel__Protocol.Rpc_tag.t * [ `Version of int ]|Unknown_query_id of Async_rpc_kernel__Protocol.Query_id.t
val bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : (int -> t) Bin_prot.Read.readerval bin_shape_t : Bin_prot.Shape.tval bin_writer_t : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tval t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.tval (>=) : t -> t -> boolval (<=) : t -> t -> boolval (=) : t -> t -> boolval (>) : t -> t -> boolval (<) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval min : t -> t -> tval max : t -> t -> tval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> t Base.Or_error.t
type comparator_witness= Async_rpc_kernel__Protocol.Rpc_error.comparator_witness
val comparator : (t, comparator_witness) Base.Comparator.comparatorval validate_lbound : min:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_ubound : max:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_bound : min:t Base.Maybe_bound.t -> max:t Base.Maybe_bound.t -> t Base.Validate.check
val sexp_of_t : t -> get_connection_close_reason:(unit -> Core_kernel.Sexp.t) -> Core_kernel.Sexp.t
include Core_kernel.Stringable.S with type t := t
exceptionRpc of t * Core_kernel.Info.t
val raise : t -> Core_kernel.Info.t -> 'a