Enum twilight_http::error::ErrorType [−][src]
#[non_exhaustive]
pub enum ErrorType {
BuildingRequest,
ChunkingResponse,
CreatingHeader {
name: String,
},
Json,
Parsing {
body: Vec<u8>,
},
RequestCanceled,
RequestError,
RequestTimedOut,
Response {
body: Vec<u8>,
error: ApiError,
status: StatusCode,
},
ServiceUnavailable {
response: Response<Body>,
},
Unauthorized,
}Expand description
Type of Error that occurred.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Fields of CreatingHeader
name: StringFields of Response
API service is unavailable. Consider re-sending the request at a later time.
This may occur during Discord API stability incidents.
Token in use has become revoked or is otherwise invalid.
This can occur if a bot token is invalidated or an access token expires or is revoked. Recreate the client to configure a new token.