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¶
isValid¶
• isValid: false
Whether the parameters are valid.
Defined in¶
message¶
• message: string
The message to display to the user. Each ParameterError will also have a message.