Available on crate feature
api
and (crate features client
or server
) only.Expand description
Errors that can be sent from the homeserver.
Structs§
- A Matrix Error
- A JSON body with the fields expected for Client API errors.
Enums§
- AuthenticateError
unstable-msc2967
Errors in theWWW-Authenticate
header. - The body of a Matrix Client API error.
- An enum for the error kind.
- How long a client should wait before it tries again.
Traits§
- Extension trait for
FromHttpResponseError<ruma_client_api::Error>
.