pub const REQUEST_FAILED: i64 = -32803;
Expand description

A request failed but it was syntactically correct, e.g the method name was known and the parameters were valid. The error message should contain human readable information about why the request failed.

@since 3.17.0