Skip to main content
Endor Labs uses conventional gRPC and HTTP response codes to indicate the success or failure of an API request.
When making API requests, always implement proper error handling to gracefully manage these response codes.

gRPC status codes

Refer to the gRPC status code documentation for more information.

HTTP status codes

When receiving a 429 status code, implement an exponential backoff strategy to avoid overwhelming the API.