pub struct CodeIndexTaskFailure {
pub task_id: String,
pub lease_owner: String,
pub attempt_count: u32,
pub error_kind: String,
pub error_message: String,
pub retry_backoff_ms: u64,
pub max_attempts: u32,
pub now_ms: u64,
}Expand description
Failure report for retry and dead-letter handling.
Fields§
§task_id: String§lease_owner: String§attempt_count: u32§error_kind: String§error_message: String§retry_backoff_ms: u64§max_attempts: u32§now_ms: u64Trait Implementations§
Source§impl Clone for CodeIndexTaskFailure
impl Clone for CodeIndexTaskFailure
Source§fn clone(&self) -> CodeIndexTaskFailure
fn clone(&self) -> CodeIndexTaskFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CodeIndexTaskFailure
impl Debug for CodeIndexTaskFailure
impl Eq for CodeIndexTaskFailure
Source§impl PartialEq for CodeIndexTaskFailure
impl PartialEq for CodeIndexTaskFailure
impl StructuralPartialEq for CodeIndexTaskFailure
Auto Trait Implementations§
impl Freeze for CodeIndexTaskFailure
impl RefUnwindSafe for CodeIndexTaskFailure
impl Send for CodeIndexTaskFailure
impl Sync for CodeIndexTaskFailure
impl Unpin for CodeIndexTaskFailure
impl UnsafeUnpin for CodeIndexTaskFailure
impl UnwindSafe for CodeIndexTaskFailure
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.