# Interface: ParameterValidationDetail

Defined in: [api.ts:106](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L106)

An error that occurs when validating parameters.

## Properties

### message

> **message**: `string`

Defined in: [api.ts:108](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L108)

The error message for the parameter.

______________________________________________________________________

### parameterName

> **parameterName**: `string`

Defined in: [api.ts:110](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L110)

The name of the parameter that caused the error.
