Skip to content

RequestPrinterInfoError

This object has the result of request printer info functions in PrinterDriver.

Properties

code

Error code of the result. An oridinal starts with 20100.

Declaration

public ErrorCode getCode();

errorDescription

Description of the error.

Declaration

public String getErrorDescription();

allLogs

Array of all logs that occurred during the operation. See Log.

Declaration

public List<Log> getAllLogs();

Types

ErrorCode

Declaration

public enum ErrorCode {
    NoError,
    Unsupported,
    ConnectionFailed,
    UnknownError;
}