Errors

The BSOS API returns consistent HTTP status codes and structured error responses to help applications detect, diagnose and recover from failures.

1

HTTP Status Codes

Every response includes a standard HTTP status code indicating the request result.

2

Structured Error Objects

Error responses follow a consistent JSON structure across all endpoints.

3

Error Handling

Applications should inspect both the HTTP status code and the returned error object.

← Back to API Reference