Enum yara_sys::errors::Error [−][src]
pub enum Error {
Show variants
CallbackError,
CorruptFile,
CouldNotAttach,
CouldNotMapFile,
CouldNotOpenFile,
InsufficientMemory,
InternalFatalError,
InvalidFile,
ScanTimeout,
SyntaxError,
TooManyMatches,
UnsupportedFileVersion,
Unknown(i32),
}Variants
Callback returned an error
Rule file is corrupt
Could not attach to process
File could not be mapped into memory
File could not be opened
Insufficient memory to complete the operation
Internal fatal error
File is not a valid rules file
Timeouted during scan
Syntax error in rule
Too many matches
Rule file version is not supported
Unknown(i32)Unknown Yara error
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Errorimpl UnwindSafe for ErrorBlanket Implementations
Mutably borrows from an owned value. Read more