Skip to main content

JavaScript SDK API Reference / Errors / InvalidRecordDataError

Class: InvalidRecordDataError

Defined in: error.ts:80

Base error for SDK failures, carrying a machine-readable ErrorType.

Extends

Constructors

Constructor

new InvalidRecordDataError(message?): InvalidRecordDataError

Defined in: error.ts:81

Parameters

message?

string

Returns

InvalidRecordDataError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type