NonRecoverableError

class NonRecoverableError(val error: SDKPrinterError, val exception: Exception? = null) : SDKPrintState

This state indicates that an error described by SDKPrinterError and a exception has occurred and its NotRecoverable Nothing can be done after the SDKPrinter is in this state

Constructors

Link copied to clipboard
constructor(error: SDKPrinterError, exception: Exception? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val exception: Exception? = null