Share via


PrinterErrorLevel Enum

Definition

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.)

Applies to