Skip to content

Interface: ParameterError

core.ParameterError

An error that occurs when validating parameters.

Properties

message

message: string

The error message for the parameter.

Defined in

api.ts:107


parameterName

parameterName: string

The name of the parameter that caused the error.

Defined in

api.ts:109