c8ntinuum uses Ethereum-compatible JSON-RPC error envelopes. Exact message text can vary by client, proxy, and execution path, so integrations should branch on error category and transaction receipt status rather than exact strings.

Standard JSON-RPC errors

EVM execution errors

Precompile errors

Precompile reverts are documented in the Precompile ABI Reference.

Handling Errors

Most Ethereum libraries parse these errors into library-specific exception types. Always inspect transaction receipts for submitted transactions:
For exchange and custody systems, use Node Interface Calls and Deposit Processing for receipt-based confirmation behavior.