SktErrors class
defines the Errors used in Capture
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ESKT_ALREADYDONE → const int
- This operation is already complete
- ESKT_ALREADYEXISTING → const int
- Creating or adding an item that already exists
- ESKT_BLEGATT → const int
- BLE operation failed
- ESKT_BLUETOOTHPERMISSIONMISSING → const int
- Bluetooth permission is not granted
- ESKT_BUFFERTOOSMALL → const int
- The provided buffer is too small
- ESKT_CANCEL → const int
- This operation has been canceled
- ESKT_COMMANDDENIED → const int
- This command has been denied
- ESKT_COMMUNICATIONERROR → const int
- There was an error during communication
- ESKT_CREATED → const int
- The object has been created
- ESKT_DEPRECATED → const int
- This operation is deprecated
- ESKT_DEVICENOTOPEN → const int
- The specified device is not open
- ESKT_EVENTNOTCREATED → const int
- The event is not created
- ESKT_EXCEEDINGMTUSIZE → const int
- The data size exceeeds maximum transmission unit
- ESKT_EXPIRED → const int
- The operation has expired
- ESKT_FAVORITENOTEMPTY → const int
- Auto-discovery is in progress
- ESKT_FILEACCESSDENIED → const int
- The specified file or device is not accessible
- ESKT_FILENOTFOUND → const int
- The specified file or device cannot be found
- ESKT_INCORRECTNUMBEROFPARAMETERS → const int
- The number of parameters is incorrect
- ESKT_INVALIDAPPINFO → const int
- The AppInfo information is invalid
- ESKT_INVALIDCHECKSUM → const int
- The specified checksum is invalid
- ESKT_INVALIDCONFIGURATION → const int
- The configuration is invalid
- ESKT_INVALIDFORMAT → const int
- The specified format is invalid
- ESKT_INVALIDHANDLE → const int
- The provided handle is invalid
- ESKT_INVALIDOPERATION → const int
- The operation is invalid
- ESKT_INVALIDPARAMETER → const int
- The provided parameter is invalid
- ESKT_INVALIDVALUE → const int
- The specified value is invalid
- ESKT_INVALIDVERSION → const int
- The version is invalid
- ESKT_INVALIDXMLTAG → const int
- The XML tag is invalid
- ESKT_LASSODISABLED → const int
- The Lasso feature is disabled
- ESKT_LASSOIDALREADYSET → const int
- The device already has a Lasso Id
- ESKT_LASSOIDEXPIRED → const int
- The Lasso Id is expired
- ESKT_LASSOIDTNOTMATCHING → const int
- The Lasso Id does not match
- ESKT_LISTEMPTY → const int
- Unable to remove an item from a list because the list is empty
- ESKT_LOCATIONPERMISSIONMISSING → const int
- Location permission is required to complete the operation
- ESKT_LOCATIONSERVICEDISABLED → const int
- Location service is disabled
- ESKT_NODATA → const int
- No data present
- ESKT_NOERROR → const int
- There is no error
- ESKT_NOTAVAILABLE → const int
- The specified item is not available
- ESKT_NOTENOUGHMEMORY → const int
- There is not enough memory to complete the operation
- ESKT_NOTFOUND → const int
- The item cannot be found
- ESKT_NOTHINGTOLISTEN → const int
- The listener thread has nothing to listen to
- ESKT_NOTINITIALIZED → const int
- Trying to use an object that is not yet initialized
- ESKT_NOTSUPPORTED → const int
- This operation is not supported
- ESKT_OUTDATEDVERSION → const int
- The current version is outdated
- ESKT_PENDING → const int
- This operation is pending
- ESKT_PENDINGOPERATIONNOTCOMPLETED → const int
- The previous operation is not completed
- ESKT_QUEUERESETED → const int
- The queue has been reset
- ESKT_RECEIVEUNEXPECTEDCOMMAND → const int
- An unexpected command has been received
- ESKT_REQUESTTIMEDOUT → const int
- The request has timed out
- ESKT_SERVICENOTCOMMUNICATING → const int
- The service does not respond
- ESKT_STILLPENDING → const int
- This operation is still pending
- ESKT_SYNTAXERROR → const int
- There is a syntax error
- ESKT_TESTFAILED → const int
- At least one test has failed
- ESKT_THREADALREADYCREATED → const int
- The thread is already created
- ESKT_THREADSTILLRUNNING → const int
- The thread is still running
- ESKT_TIMEOUTOUTOFRANGE → const int
- The timeout value is out of range
- ESKT_UNABLECONFIGUREDEVICE → const int
- The specified device cannot be configured
- ESKT_UNABLECONVERTSTRING → const int
- The string cannot be converted
- ESKT_UNABLECOPYSTRING → const int
- The specified string cannot be copied
- ESKT_UNABLECREATEDIRECTORY → const int
- The specified directory cannot be created
- ESKT_UNABLECREATEEVENT → const int
- An event cannot be created
- ESKT_UNABLECREATEGUID → const int
- The GUID cannot be created
- ESKT_UNABLECREATELOCK → const int
- A lock cannot be created
- ESKT_UNABLECREATETHREAD → const int
- A thread cannot be created
- ESKT_UNABLEDEINITIALIZE → const int
- The object cannot be un-initialized
- ESKT_UNABLEDELETEDIRECTORY → const int
- The specified directory cannot be deleted
- ESKT_UNABLEDELETEFILE → const int
- The specified file cannot be deleted
- ESKT_UNABLEGETCLASSDEVICES → const int
- The Class of Devices cannot be retrieved
- ESKT_UNABLEGETDEVICEINTERFACE → const int
- The device interface cannot be retrieved
- ESKT_UNABLEINITIALIZE → const int
- The object cannot be initialized
- ESKT_UNABLELOCK → const int
- Unable to lock a shared resource
- ESKT_UNABLEOPENDEVICE → const int
- The specified device cannot be opened
- ESKT_UNABLEOPENFILE → const int
- The specified file cannot be opened
- ESKT_UNABLEREADFILE → const int
- The specified file cannot be read
- ESKT_UNABLEREADHIDINFO → const int
- The HID information cannot be read
- ESKT_UNABLEREADMODEMSTATUS → const int
- The modem status cannot be read
- ESKT_UNABLEREGISTERFORHIDCHANGES → const int
- Cannot register for HID change notifications
- ESKT_UNABLERESETEVENT → const int
- Unable to reset an event
- ESKT_UNABLERETRIEVEMESSAGE → const int
- The message cannot be retrieved
- ESKT_UNABLERETRIEVEPATH → const int
- The file path cannot be retrieved
- ESKT_UNABLESETEVENT → const int
- Unable to set an event
- ESKT_UNABLETOCOMPLETEOPERATION → const int
- The requested operation cannot be completed
- ESKT_UNABLEUNLOCK → const int
- Unable to unlock a shared resource
- ESKT_UNABLEWRITEFILE → const int
- The specified file cannot be written
- ESKT_UNKNOWNCONFIGURATION → const int
- The configuration is unknown
- ESKT_WAITFAILED → const int
- The wait has failed
- ESKT_WAITTIMEOUT → const int
- The wait timed out
- ESKT_WRONGPROTOCOL → const int
- The protocol used is not the correct one