Skip to main content

JS Kit SDK API Reference / Errors / InvalidRecordDataError

Class: InvalidRecordDataError

Defined in: errors.ts:74

Thrown when record content fails format validation.

Extends

Constructors

Constructor

new InvalidRecordDataError(message?): InvalidRecordDataError

Defined in: errors.ts:75

Parameters

message?

string

Returns

InvalidRecordDataError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type