Spec retry_after_ms on ratelimit errors
This commit is contained in:
parent
8b513b9f8e
commit
16125f16f5
1 changed files with 6 additions and 0 deletions
|
@ -23,4 +23,10 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
description: A human-readable error message.
|
description: A human-readable error message.
|
||||||
example: Too many requests
|
example: Too many requests
|
||||||
|
retry_after_ms:
|
||||||
|
type: integer
|
||||||
|
description: |-
|
||||||
|
The amount of time in milliseconds the client should wait
|
||||||
|
before trying the request again.
|
||||||
|
example: 2000
|
||||||
required: ["errcode"]
|
required: ["errcode"]
|
Loading…
Add table
Add a link
Reference in a new issue