UnifiedPosErrorReason enumeration (Handheld 8)
2/18/2014
Defines the constants that indicate the reason for the ErrorOccured event.
Syntax
public enum UnifiedPosErrorReason
Public Enumeration UnifiedPosErrorReason
public enum class UnifiedPosErrorReason
Attributes
VersionAttribute(NTDDI_WIN8)
Members
The UnifiedPosErrorReason enumeration has these members.
Member | Value | Description |
---|---|---|
UnknownErrorReason |
0 |
Unknown reason. |
NoService |
1 |
Cannot communicate with the device, possibly due to a configuration error. |
Disabled |
2 |
The device is not enabled. |
Illegal |
3 |
The operation is not supported or not available on the device. |
NoHardware |
4 |
The device is not connected or not powered on. |
Closed |
5 |
The device is closed. |
Offline |
6 |
The device is offline. |
Failure |
7 |
The operation failed although the device was connected and powered on. |
Timeout |
8 |
The operation timed out while waiting for a response from the device. |
Busy |
9 |
The device is busy. |
Extended |
10 |
The operation failed and returned a vendor specific error information. |