Enum rustracing_jaeger::ErrorKind [−][src]
pub enum ErrorKind {
InvalidInput,
Other,
}
Expand description
The list of the possible error kinds
Variants
InvalidInput
Input data is invalid.
Other
Other errors (e.g., I/O error).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorKind
impl UnwindSafe for ErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Makes a TrackableError
instance without cause. Read more
Makes a TrackableError
instance with the specified cause
. Read more
fn takes_over<F, K>(self, from: F) -> TrackableError<Self> where
F: Into<TrackableError<K>>,
K: 'static + ErrorKind + Send + Sync,
fn takes_over<F, K>(self, from: F) -> TrackableError<Self> where
F: Into<TrackableError<K>>,
K: 'static + ErrorKind + Send + Sync,
Takes over from other TrackableError
instance. Read more