For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SandboxDashboard
DocumentationAPI ReferenceChangelog
  • Introduction
    • Overview
    • Authentication
    • TypeScript SDK
  • API Principles
    • Design Principles
    • Development Lifecycle
    • Breaking Changes
    • Pagination
    • Error Responses
  • Resources
    • States
    • Testing
    • Triage
    • Webhooks
  • API Reference
  • Deprecated APIs
    • Overview
LogoLogo
SandboxDashboard
On this page
  • error_types
API Principles

Error Responses

Bridge returns structured errors with a type field. Use error_types below as the primary classifier for handling failures.

error_types

error_typeBrief description
invalid_request_errorRequest shape or parameters are invalid.
authentication_errorAuthentication is missing, invalid, or expired.
permission_errorAuthenticated caller does not have access to the resource.
resource_errorRequested resource was not found.
conflict_errorRequest conflicts with existing resource state.
validation_errorRequest data failed validation rules.
rate_limit_errorToo many requests were sent in a short period.
api_errorGeneric server-side failure.
Was this page helpful?
Previous

States

Next
Built with