PrinterErrorLevel 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 possible severity levels for the most recent error condition.
public enum PrinterErrorLevel
type PrinterErrorLevel =
Public Enum PrinterErrorLevel
- Inheritance
-
PrinterErrorLevel
Fields
Name | Value | Description |
---|---|---|
None | 1 | No errors have occurred. |
Recoverable | 2 | A recoverable error has occurred. (For example, out of paper.) |
Fatal | 3 | A nonrecoverable error has occurred. (For example, internal printer failure.) |