abstract fun fail(description: String? = null, cause: Throwable? = null): Unit
Mark this result as failed.
description - An optional description of the failure.
description