mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 18:24:10 +02:00
Spec retry_after_ms on ratelimit errors
This commit is contained in:
parent
8b513b9f8e
commit
16125f16f5
|
|
@ -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…
Reference in a new issue