Error Responses
Bridge returns structured error responses. Use the type field as the primary classifier for handling failures.
Some endpoints also include an optional message field with endpoint-specific detail.
Error shape
Error response example
Message
When present, message is a string that narrows the failure within the type. Not every endpoint returns message, and the set of possible values is defined per endpoint.
Check the endpoint documentation in the API Reference for supported message values. For example, billing endpoints may document public message values for conflict_error responses.