BuildRequestValidationResult interface

Represents the result of validating a build request.

Properties

message

The message associated with the result.

result

The result.

Property Details

message

The message associated with the result.

message: string

Property Value

string

result

The result.

result: ValidationResult

Property Value