Skip to content

Interface: ParameterValidationDetail

Defined in: api.ts:106

An error that occurs when validating parameters.

Properties

message

message: string

Defined in: api.ts:108

The error message for the parameter.


parameterName

parameterName: string

Defined in: api.ts:110

The name of the parameter that caused the error.