Failed

data class Failed(val reason: String, val cause: Throwable? = null) : StandardReportOutcome(source)

Rendering failed. reason is a short human-readable summary suitable for a notification; cause is the underlying Throwable when available (null for non-exception failures such as "no snapshot to render").

Constructors

Link copied to clipboard
constructor(reason: String, cause: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard