Available on (crate features
client-api-c
or client-api-s
) and (crate features client
or server
) and crate feature api
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§
- Authenticate
Error 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>
.