Error

data class Error(val message: String) : ScannerState

Scan failure.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

Human-readable error message.