Available on crate features
client
or server
only.Expand description
Errors that can be sent from the homeserver.
Structs§
- Error
- A Matrix Error
- Standard
Error Body - A JSON body with the fields expected for Client API errors.
Enums§
- Authenticate
Error unstable-msc2967
- Errors in the
WWW-Authenticate
header. - Error
Body - The body of a Matrix Client API error.
- Error
Code - The possible error codes defined in the Matrix spec.
- Error
Kind - An enum for the error kind.
- Retry
After - How long a client should wait before it tries again.
Traits§
- From
Http Response Error Ext - Extension trait for
FromHttpResponseError<ruma_client_api::Error>
.