Constant cfxcore::errors::EXCEPTION_ERROR
source · pub const EXCEPTION_ERROR: i64 = -32016; // -32_016i64
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.