Module Idl.DefaultError

type t =
  1. | InternalError of string
exception InternalErrorExn of string
val internalerror : (string, t) Rpc.Types.tag
val def : t Rpc.Types.def
val err : t Error.t