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
Conversion failed with an error
Description of the error
Optional comment to emit as fallback