Enum usdt_impl::Error [−][src]
pub enum Error {
ParseError(DTraceError),
IO(Error),
Env(VarError),
InvalidFile,
DTraceError,
Json(Error),
}Expand description
Errors related to building DTrace probes into Rust code
Variants
ParseError(DTraceError)
Tuple Fields
0: DTraceErrorError during parsing of DTrace provider source
IO(Error)
Tuple Fields
0: ErrorError reading or writing files, or registering DTrace probes
Env(VarError)
Tuple Fields
0: VarErrorError related to environment variables, e.g., while running a build script
InvalidFile
An error occurred extracting probe information from the encoded object file sections
DTraceError
Error related to calling out to DTrace itself
Json(Error)
Tuple Fields
0: ErrorError converting input to JSON
Trait Implementations
Performs the conversion.
