Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 374 Bytes

response-http-429-error-exception.md

File metadata and controls

21 lines (13 loc) · 374 Bytes

Response Http 429 Error Exception

Structure

ResponseHttp429ErrorException

Fields

Name Type Tags Description
Detail *string Optional -

Example (as JSON)

{
  "detail": "Too Many Request. The API Token used for the request reached the 5000 API Calls per hour threshold"
}