FailureInfoResponse

data class FailureInfoResponse(val detail: String, val type: String)

A fatal problem encountered during the execution of the build.

Constructors

Link copied to clipboard
fun FailureInfoResponse(detail: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Explains the failure issue in more detail using hard-coded text.

Link copied to clipboard

The name of the failure.