error or detail field for machine-readable error codes that are safe to branch on in your code.
Error response format
Most endpoints return errors in this shape:detail key instead:
HTTP status codes
Error codes
Handling errors in code
Check the HTTP status code first, then inspect the error code for precise handling:TypeScript

