Enum minidump_processor::ProcessError [−][src]
pub enum ProcessError { MinidumpReadError(Error), UnknownError, MissingSystemInfo, MissingThreadList, }
Expand description
An error encountered during minidump processing.
Variants
MinidumpReadError(Error)
Trait Implementations
impl Debug for ProcessError
[src]
impl Debug for ProcessError
[src]impl Display for ProcessError
[src]
impl Display for ProcessError
[src]impl Fail for ProcessError
[src]
impl Fail for ProcessError
[src]fn cause(&self) -> Option<&dyn Fail>
[src]
fn cause(&self) -> Option<&dyn Fail>
[src]Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]Returns a reference to the Backtrace
carried by this failure, if it
carries one. Read more
impl From<Error> for ProcessError
[src]
impl From<Error> for ProcessError
[src]fn from(err: Error) -> ProcessError
[src]
fn from(err: Error) -> ProcessError
[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ProcessError
impl Send for ProcessError
impl Sync for ProcessError
impl Unpin for ProcessError
impl UnwindSafe for ProcessError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]