Error

data class Error<R>(val error: ScanFlowError) : FlowOutput<R>

An error occurred during the flow.

Constructors

Link copied to clipboard
constructor(error: ScanFlowError)

Properties

Link copied to clipboard