Solana errors
Solana methods use the shared JSON-RPC {jsonrpc,id,error} envelope. See the
shared error reference for product codes -32001 through
-32005 and -32601.
Common Solana-specific cases documented by the method pages are:
-32602for malformed base58 public keys, invalid configs, invalid filters, and stale or unknown subscription IDs;-32002 tier_insufficientwhen a key cannot use a gated category such assol_das;-32003 rate_limitedwhen category RPS is exceeded; honorRetry-After;- WebSocket application code
4029when the subscription rate is exceeded.
Do not turn a normal null result or an empty account into an error. Individual
method pages document method-specific validation and upstream errors.