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.