Skip to main content

JS Kit SDK API Reference / Errors / InvalidSerializedDataError

Class: InvalidSerializedDataError

Defined in: errors.ts:214

Thrown when serialized account or record data is inconsistent.

Extends

Constructors

Constructor

new InvalidSerializedDataError(message?): InvalidSerializedDataError

Defined in: errors.ts:215

Parameters

message?

string

Returns

InvalidSerializedDataError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type