mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-04 23:13:43 +01:00
Spec retry_after_ms on ratelimit errors
This commit is contained in:
parent
8b513b9f8e
commit
16125f16f5
|
|
@ -23,4 +23,10 @@ properties:
|
|||
type: string
|
||||
description: A human-readable error message.
|
||||
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"]
|
||||
Loading…
Reference in a new issue