Interface: ParameterError¶
core.ParameterError
An error that occurs when validating parameters.
Properties¶
message¶
• message: string
The error message for the parameter.
Defined in¶
parameterName¶
• parameterName: string
The name of the parameter that caused the error.