WarningResponse

data class WarningResponse(val priority: String, val text: String)

A non-fatal problem encountered during the execution of the build.

Constructors

Link copied to clipboard
constructor(priority: String, text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The priority for this warning.

Link copied to clipboard

Explanation of the warning generated.