Errors
HTTP errors, on-chain codes, and how to recover.
Page
Covers
Last updated
Was this helpful?
HTTP errors, on-chain codes, and how to recover.
Failures land in one of two places — the HTTP layer, or the on-chain program when you submit a built transaction.
Status codes and the two error shapes (error vs err)
Program error codes (6000–6111) and what they mean
Concrete fixes: wrong RPC, not delegated, stuck withdrawal, blockhash
Quick rule: the API uses "error" for HTTP-level failures and "err" for compute failures returned inside a 200 body (quote endpoints). Always check both.
Last updated
Was this helpful?
Was this helpful?

