Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 2.17 KB

ne-pointofservicecommontypes-driverunifiedposerrorseverity.md

File metadata and controls

75 lines (57 loc) · 2.17 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:pointofservicecommontypes.DriverUnifiedPosErrorSeverity
DriverUnifiedPosErrorSeverity (pointofservicecommontypes.h)
This enumeration indicates the severity of the error.
pos\unifiedposerrorseverity.htm
pos
02/23/2018
DriverUnifiedPosErrorSeverity enumeration
AssistanceRequired, DriverUnifiedPosErrorSeverity, DriverUnifiedPosErrorSeverity enumeration, Fatal, Recoverable, UnknownErrorSeverity, Unrecoverable, Warning, pointofservicecommontypes/ AssistanceRequired, pointofservicecommontypes/DriverUnifiedPosErrorSeverity, pointofservicecommontypes/Fatal, pointofservicecommontypes/Recoverable, pointofservicecommontypes/UnknownErrorSeverity, pointofservicecommontypes/Unrecoverable, pointofservicecommontypes/Warning, pos.unifiedposerrorseverity
pointofservicecommontypes.h
Pointofservicecommontypes.h
Windows
Windows
DriverUnifiedPosErrorSeverity
DriverUnifiedPosErrorSeverity
pointofservicecommontypes/DriverUnifiedPosErrorSeverity
APIRef
kbSyntax
HeaderDef
pointofservicecommontypes.h
DriverUnifiedPosErrorSeverity

DriverUnifiedPosErrorSeverity enumeration

-description

This enumeration indicates the severity of the error.

-enum-fields

-field UnknownErrorSeverity

The severity of the error is not known.

-field Warning

The error or warning is informational.

-field Recoverable

The device can recover from the error without closing the application or rebooting.

-field Unrecoverable

The device is still working, but it must close the application to recover from the error.

-field AssistanceRequired

Intervention is needed to respond to the error.

-field Fatal

The error requires that the device be rebooted.