Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type rpc_error =
| Empty_answer
| Connection_failed of string
| Bad_request of string
| Method_not_allowed of Tezos_rpc.RPC_service.meth list
| Unsupported_media_type of string option
| Not_acceptable of {
}
| Unexpected_status_code of {
code : Cohttp.Code.status_code;
content : string;
media_type : string option;
}
| Unexpected_content_type of {
}
| Unexpected_content of {
}
| OCaml_exception of string
type Tezos_base__TzPervasives.error +=
| Request_failed of {
meth : Tezos_rpc.RPC_service.meth;
uri : Uri.t;
error : rpc_error;
}