Share via


PrinterErrorLevel Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible severity levels for the most recent error condition.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration PrinterErrorLevel
public enum PrinterErrorLevel
public enum class PrinterErrorLevel
public enum PrinterErrorLevel
public enum PrinterErrorLevel

Members

Member name Description
Fatal A nonrecoverable error has occurred. (For example, internal printer failure.)
None No errors have occurred.
Recoverable A recoverable error has occurred. (For example, out of paper.)

Remarks

Used by the ErrorLevel property. Members of this enumeration replace the PTR_EL_NONE, PTR_EL_RECOVERABLE, and PTR_EL_FATAL UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace