Skip to main content

JS Kit SDK API Reference / Errors / InvalidValidationError

Class: InvalidValidationError

Defined in: errors.ts:207

Thrown when an unsupported record validation mode is encountered.

Extends

Constructors

Constructor

new InvalidValidationError(message?): InvalidValidationError

Defined in: errors.ts:208

Parameters

message?

string

Returns

InvalidValidationError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type