ValidationCheckResultResponse

data class ValidationCheckResultResponse(val category: String, val description: String, val details: String, val reason: String, val state: String)

ValidationCheckResult defines the details about the validation check.

Constructors

Link copied to clipboard
constructor(category: String, description: String, details: String, reason: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of the validation.

Link copied to clipboard

The description of the validation check.

Link copied to clipboard

Detailed failure information, which might be unformatted.

Link copied to clipboard

A human-readable message of the check failure.

Link copied to clipboard

The validation check state.