FiscalErrorLevel Enumeration

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

Usage

'Usage
Dim fiscalErrorLevel1 As FiscalErrorLevel = FiscalErrorLevel.Blocked

Syntax

'Declaration
Public Enum FiscalErrorLevel
public enum FiscalErrorLevel
public enum class FiscalErrorLevel
public enum FiscalErrorLevel
public enum FiscalErrorLevel

Members

Member name Description
Blocked A severe hardware failure (for example, a fiscal memory failure) that can be resolved only by authorized technicians has occurred. This error cannot be recovered.
Fatal A non-recoverable error (for example, an internal printer failure) has occurred.
None No error condition is present.
Recoverable A recoverable error (for example, out of paper) has occurred.

Remarks

Indicates the severity of the error condition.

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
ErrorLevel