Skip to content

GetStatusError

This object has the result of getting status from your printer by PrinterDriver.

Properties

code

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

Declaration

public ErrorCode getCode();

Types

BRLMGetStatusErrorCode

Declaration

public enum ErrorCode {
    NoError,
    PrinterNotFound,
    Timeout,
}