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.