Skip to content

Interface: InvalidParameterValidationResult

core.InvalidParameterValidationResult

An parameter validation result where the parameters are invalid.

Properties

errors

errors: ParameterError[]

The parameters that were invalid, alongside a message describing the error for the parameter.

Defined in

api.ts:119


isValid

isValid: false

Whether the parameters are valid.

Defined in

api.ts:123


message

message: string

The message to display to the user. Each ParameterError will also have a message.

Defined in

api.ts:127