ScanError

Type Alias ScanError 

Source
pub type ScanError = ScanErrorCode;

Aliased Type§

#[repr(u32)]
pub enum ScanError { GeneralError = 1, Cancelled = 2, }

Variants§

§

GeneralError = 1

Unexpected scan error without a specific cause.

§

Cancelled = 2

Scan was cancelled and stopped. This can happen due to operating state changes, higher priority operations or conflicting requests.