PrintError

data class PrintError(val error: SDKPrintHardwareError, val code: Int, val message: String?) : SDKPrinterError

Error while hardware was printing

Parameters

error

hardware error

code

hardware code error

message

additional error information

Constructors

Link copied to clipboard
constructor(error: SDKPrintHardwareError, code: Int, message: String?)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard