Interface: ParameterValidationDetail¶
Defined in: api.ts:105
An error that occurs when validating parameters.
Properties¶
message¶
message:
string
Defined in: api.ts:107
The error message for the parameter.
parameterName¶
parameterName:
string
Defined in: api.ts:109
The name of the parameter that caused the error.