SDKPrinterError

sealed class SDKPrinterError

This class exhibits the kind the error when print process fails

Inheritors

Types

Link copied to clipboard
data object Aborted : SDKPrinterError

Print process was aborted

Link copied to clipboard

Cannot create asset to print

Link copied to clipboard

Cannot connect to printer device

Link copied to clipboard

Can't connect to provided device because there is another connected device with the same DeviceType, which is not supported

Link copied to clipboard

An unknown printer internal error

Link copied to clipboard

Provided device is invalid or is not a printer

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

Error while hardware was printing