| Package | com.distriqt.extension.scanner.events |
| Class | public class ScannerErrorEvent |
| Inheritance | ScannerErrorEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| error : String
Description of the error that occurred
| ScannerErrorEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ScannerErrorEvent(type:String, error:String, bubbles:Boolean = false, cancelable:Boolean = false) | ScannerErrorEvent | ||
clone():Event [override] | ScannerErrorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ERROR : String = scanner:error [static]
Dispatched when an error occurs in the scanning process, the data
variable may contain more information about the error. | ScannerErrorEvent | ||
| error | property |
public var error:StringDescription of the error that occurred
| ScannerErrorEvent | () | Constructor |
public function ScannerErrorEvent(type:String, error:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
error:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| ERROR | Constant |
public static const ERROR:String = scanner:error
Dispatched when an error occurs in the scanning process, the data
variable may contain more information about the error.