public interface PrinterOperationResult extends OperationResult
PrinterOperationResult interface represents the result of a printer operation.
This interface extends OperationResult and includes specific error codes for printer-related issues.
Note: This interface is currently not in use.| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_PAPER_OUT
Error code indicating the printer is out of paper.
|
static int |
ERR_PRINTER
General printer error code.
|
CANCEL, ERR_DEVICE_BASE, ERR_GENERAL_ERROR, ERR_NO_INFO, ERR_NO_PERMISSION, ERR_TIMEOUT, NONE, SUCCESSgetResultCodestatic final int ERR_PAPER_OUT
static final int ERR_PRINTER