ValidationMessage

An error or warning for a desired configuration option value.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A message describing the error or warning.

Link copied to clipboard

The namespace to which the option belongs.

Link copied to clipboard

The name of the option.

Link copied to clipboard

An indication of the severity of this message:

Functions

Link copied to clipboard
inline fun copy(block: ValidationMessage.Builder.() -> Unit = {}): ValidationMessage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String