Struct sidekiq::RetryInfo [] [src]

pub struct RetryInfo {
    pub retry_count: usize,
    pub error_message: String,
    pub error_class: String,
    pub error_backtrace: Vec<String>,
    pub failed_at: DateTime<UTC>,
    pub retried_at: Option<DateTime<UTC>>,
}

Fields

Trait Implementations

impl Clone for RetryInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RetryInfo
[src]

Formats the value using the given formatter.