UnifiedPosErrorReason
UnifiedPosErrorReason
UnifiedPosErrorReason
UnifiedPosErrorReason
Enum
Definition
Defines the constants that indicates the reason for the error event.
public : enum class UnifiedPosErrorReasonpublic enum UnifiedPosErrorReasonPublic Enum UnifiedPosErrorReason// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Busy Busy Busy Busy | The device is busy. |
| Closed Closed Closed Closed | The device is closed. |
| Disabled Disabled Disabled Disabled | The device is not enabled. |
| Extended Extended Extended Extended | The operation failed and returned a vendor specific error information. |
| Failure Failure Failure Failure | The operation failed although the device was connected and powered on. |
| Illegal Illegal Illegal Illegal | The operation is not supported or not available on the device. |
| NoHardware NoHardware NoHardware NoHardware | The device is not connected or not powered on. |
| NoService NoService NoService NoService | Cannot communicate with the device, possibly due to a configuration error. |
| Offline Offline Offline Offline | The device is offline. |
| Timeout Timeout Timeout Timeout | The operation timed out while waiting for a response from the device. |
| UnknownErrorReason UnknownErrorReason UnknownErrorReason UnknownErrorReason | Unknown reason. |