tycho_rpc/util/
error_codes.rs1pub const INTERNAL_ERROR_CODE: i32 = -32000;
2pub const NOT_READY_CODE: i32 = -32001;
3pub const NOT_SUPPORTED_CODE: i32 = -32002;
4pub const INVALID_BOC_CODE: i32 = -32003;
5pub const TOO_LARGE_LIMIT_CODE: i32 = -32004;
6pub const TIMEOUT_CODE: i32 = -32005;
7pub const BAD_RESPONSE_CODE: i32 = -32006;
8
9pub const PARSE_ERROR_CODE: i32 = -32700;
10pub const INVALID_REQUEST_CODE: i32 = -32600;
11pub const METHOD_NOT_FOUND_CODE: i32 = -32601;
12pub const INVALID_PARAMS_CODE: i32 = -32602;