PrinterErrorLevel Enumeration

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

Usage

'Usage
Dim printerErrorLevel1 As PrinterErrorLevel = PrinterErrorLevel.Fatal

Syntax

'Declaration
Public Enum PrinterErrorLevel
public enum PrinterErrorLevel
public enum class PrinterErrorLevel
public enum PrinterErrorLevel
public enum PrinterErrorLevel

Members

Member name Description
Fatal A non-recoverable error has occurred. (Example: internal printer failure.)
None No errors have occurred.
Recoverable A recoverable error has occurred. (Example: out of paper.)

Remarks

Defines the severity levels for the most recent error condition. Replaces the PTR_EL_NONE, PTR_EL_RECOVERABLE, and PTR_EL_FATAL constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace