Enum twilight_http::api_error::ApiError [−][src]
#[non_exhaustive]
pub enum ApiError {
General(GeneralApiError),
Message(MessageApiError),
Ratelimited(RatelimitedApiError),
}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.
General(GeneralApiError)Tuple Fields of General
Message(MessageApiError)Something was wrong with the input when sending a message.
Tuple Fields of Message
Ratelimited(RatelimitedApiError)Tuple Fields of Ratelimited
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ApiError
impl UnwindSafe for ApiError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more