Error codes
Every error response has one shape: { error: { type, code, message, param, doc_url, request_id, details? } }. Branch on type for the class of failure and on code for the exact reason; meanings never change.
Every error response has one shape: { error: { type, code, message, param, doc_url, request_id, details? } }. Branch on type for the class of failure and on code for the exact reason; meanings never change.