Enum vsmtp_common::transfer::error::Queuer
pub enum Queuer {
StillWaiting,
MaxDeferredAttemptReached,
}Expand description
Error produced by the queue manager
Variants§
StillWaiting
The recipient is still in status crate::transfer::Status::Waiting after a delivery attempt
MaxDeferredAttemptReached
Failed too many time to deliver the email
Trait Implementations§
§impl<'de> Deserialize<'de> for Queuer
impl<'de> Deserialize<'de> for Queuer
§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
§impl Error for Queuer
impl Error for Queuer
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()