Add M_USER_DEACTIVATED to list of error codes (#2234)
Spec PR for [MSC 2181](https://github.com/matrix-org/matrix-doc/pull/2181). Adds the `M_USER_DEACTIVATED` error code and a short description to the client-server API.
This commit is contained in:
parent
87590cd778
commit
92c6f4c38e
3 changed files with 10 additions and 2 deletions
|
@ -150,6 +150,10 @@ Other error codes the client might encounter are:
|
|||
:``M_UNAUTHORIZED``:
|
||||
The request was not correctly authorized. Usually due to login failures.
|
||||
|
||||
:``M_USER_DEACTIVATED``:
|
||||
The user ID associated with the request has been deactivated. Typically for
|
||||
endpoints that prove authentication, such as ``/login``.
|
||||
|
||||
:``M_USER_IN_USE``:
|
||||
Encountered when trying to register a user ID which has been taken.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue