Constant cfx_rpc_utils::error::error_codes::EXCEPTION_ERROR
source · pub const EXCEPTION_ERROR: i64 = -32016;
Expand description
Any exception happened while processing the transaction. Mostly likely there is an internal error within the server state.
When the server can detect an error with the request itself, it should return another error code such as invalid params, or for example CALL_EXECUTION_ERROR.