FiscalErrorLevel Enumeration

2/27/2008

Enumerates the valid severity levels for an error condition on a fiscal printer.

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

Syntax

'Declaration
Public Enumeration 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 nonrecoverable 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

Used by the ErrorLevel property. Members of this enumeration replace the FPTR_EL_NONE, FPTR_EL_RECOVERABLE, FPTR_EL_FATAL, and FPTR_EL_BLOCKED UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ErrorLevel