FiscalErrorLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the valid severity levels for an error condition on a fiscal printer.
public enum FiscalErrorLevel
type FiscalErrorLevel =
Public Enum FiscalErrorLevel
- Inheritance
-
FiscalErrorLevel
Fields
Name | Value | Description |
---|---|---|
None | 1 | No error condition is present. |
Recoverable | 2 | A recoverable error (for example, out of paper) has occurred. |
Fatal | 3 | A nonrecoverable error (for example, an internal printer failure) has occurred. |
Blocked | 4 | 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. |