Failure

data class Failure(val error: String, val fallbackComment: String? = null) : ConversionResult(source)

Conversion failed with an error

Parameters

error

Description of the error

fallbackComment

Optional comment to emit as fallback

Constructors

Link copied to clipboard
constructor(error: String, fallbackComment: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard