Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error codes

Exfer uses the standard JSON-RPC 2.0 codes:

CodeNameMeaning
-32700Parse errorMalformed JSON or framing
-32601Method not foundUnknown method
-32602Invalid paramsBad hex, wrong length, missing field, tx invalid, block missing
-32603Internal errorStorage / serialization / transient failure

The message field is human-readable; do not parse it. Branch on code plus explicit substrings only for retry decisions.