Module ruma_client_api::error
source · 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§
- 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>
.