Struct twilight_http::request::channel::webhook::update_webhook_message::UpdateWebhookMessageError [−][src]
pub struct UpdateWebhookMessageError { /* fields omitted */ }Expand description
A webhook’s message can not be updated as configured.
Implementations
Immutable reference to the type of error that occurred.
Consume the error, returning the source error if there is any.
pub fn into_parts(
self
) -> (UpdateWebhookMessageErrorType, Option<Box<dyn Error + Send + Sync>>)
pub fn into_parts(
self
) -> (UpdateWebhookMessageErrorType, Option<Box<dyn Error + Send + Sync>>)
Consume the error, returning the owned error type and the source error.