PackageValidationResultResponse

data class PackageValidationResultResponse(val errors: List<String>, val isValid: Boolean, val validationName: String)

The validation results. There's validation on package when it's created or updated.

Constructors

Link copied to clipboard
constructor(errors: List<String>, isValid: Boolean, validationName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error information.

Link copied to clipboard

Indicates whether the package passed the validation.

Link copied to clipboard

Validation name.