Enum profiler_get_symbols::GetSymbolsError[][src]

#[non_exhaustive]
pub enum GetSymbolsError {
Show 24 variants UnmatchedBreakpadId(StringString), NoMatchMultiArch(Vec<String>, Vec<GetSymbolsError>), NoLuckMacOsSystemLibrary(Vec<GetSymbolsError>), PdbError(&'static str, PdbError), PdbAddr2lineErrorWithContext(&'static strError), InvalidInputError(&'static str), ObjectParseError(FileKindError), DyldCacheParseError(Error), DyldCacheOutOfChunks(Stringu16), NoMatchingDyldCacheImagePath(String), MachOHeaderParseError(Error), HelperErrorDuringGetCandidatePathsForBinaryOrPdb(StringStringBox<dyn Error + Send + Sync>), HelperErrorDuringGetCandidatePathsForPdb(StringStringBox<dyn Error + Send + Sync>), HelperErrorDuringOpenFile(StringBox<dyn Error + Send + Sync>), HelperErrorDuringFileReading(StringBox<dyn Error + Send + Sync>), NoCandidatePathForBinary(StringString), NoDebugInfoInPeBinary(String), PdbPathDidntEndWithNul(String), ArchiveParseError(PathBufBox<dyn Error + Send + Sync>), ParseRequestErrorSerde(Error), ParseRequestErrorContents(&'static str), PdbAddr2lineError(Error), SrcSrvParseError(ParseError), SrcSrvEvalError(EvalError),
}

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

UnmatchedBreakpadId(StringString)

Tuple Fields

0: String
1: String

NoMatchMultiArch(Vec<String>, Vec<GetSymbolsError>)

Tuple Fields

0: Vec<String>

NoLuckMacOsSystemLibrary(Vec<GetSymbolsError>)

Tuple Fields

PdbError(&'static str, PdbError)

Tuple Fields

0: &'static str
1: PdbError

PdbAddr2lineErrorWithContext(&'static strError)

Tuple Fields

0: &'static str
1: Error

InvalidInputError(&'static str)

Tuple Fields

0: &'static str

ObjectParseError(FileKindError)

Tuple Fields

1: Error

DyldCacheParseError(Error)

Tuple Fields

0: Error

DyldCacheOutOfChunks(Stringu16)

Tuple Fields

0: String
1: u16

NoMatchingDyldCacheImagePath(String)

Tuple Fields

0: String

MachOHeaderParseError(Error)

Tuple Fields

0: Error

HelperErrorDuringGetCandidatePathsForBinaryOrPdb(StringStringBox<dyn Error + Send + Sync>)

Tuple Fields

0: String
1: String
2: Box<dyn Error + Send + Sync>

HelperErrorDuringGetCandidatePathsForPdb(StringStringBox<dyn Error + Send + Sync>)

Tuple Fields

0: String
1: String
2: Box<dyn Error + Send + Sync>

HelperErrorDuringOpenFile(StringBox<dyn Error + Send + Sync>)

Tuple Fields

0: String
1: Box<dyn Error + Send + Sync>

HelperErrorDuringFileReading(StringBox<dyn Error + Send + Sync>)

Tuple Fields

0: String
1: Box<dyn Error + Send + Sync>

NoCandidatePathForBinary(StringString)

Tuple Fields

0: String
1: String

NoDebugInfoInPeBinary(String)

Tuple Fields

0: String

PdbPathDidntEndWithNul(String)

Tuple Fields

0: String

ArchiveParseError(PathBufBox<dyn Error + Send + Sync>)

Tuple Fields

1: Box<dyn Error + Send + Sync>

ParseRequestErrorSerde(Error)

Tuple Fields

0: Error

ParseRequestErrorContents(&'static str)

Tuple Fields

0: &'static str

PdbAddr2lineError(Error)

Tuple Fields

0: Error

SrcSrvParseError(ParseError)

Tuple Fields

SrcSrvEvalError(EvalError)

Tuple Fields

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.