Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration indicates the severity of the error.
Syntax
typedef enum DriverUnifiedPosErrorSeverity {
UnknownErrorSeverity,
Warning,
Recoverable,
Unrecoverable,
AssistanceRequired,
Fatal
} ;
Constants
UnknownErrorSeverityThe severity of the error is not known. |
WarningThe error or warning is informational. |
RecoverableThe device can recover from the error without closing the application or rebooting. |
UnrecoverableThe device is still working, but it must close the application to recover from the error. |
AssistanceRequiredIntervention is needed to respond to the error. |
FatalThe error requires that the device be rebooted. |
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |