ValidationResult

The launch profile validation result.

Types

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

Properties

Link copied to clipboard

The current state.

Link copied to clipboard

The status code. This will contain the failure reason if the state is VALIDATION_FAILED.

Link copied to clipboard

The status message for the validation result.

Link copied to clipboard

The type of the validation result.

Functions

Link copied to clipboard
inline fun copy(block: ValidationResult.Builder.() -> Unit = {}): ValidationResult
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