Sonny Labs Docs
Error codes

http.403

Generic 403 returned when the server forbids the request without a more specific code.

http.403 is returned at HTTP 403.

When this fires

Fallback shape used when a request is forbidden but no more specific typed error code applies. SDK callers always see a stable Problem envelope shape; this code is the catch-all.

What to do

Read the detail field for context. If you see this regularly on the same endpoint, contact support@sonnylabs.ai with the request_id so the response can be replaced with a more specific code.

See also

  • SDK reference — the Python and TypeScript SDKs raise typed exceptions for codes in this namespace.
  • Error code index — every code the runtime can return.

On this page