Skip to main content

JS Kit SDK API Reference / Errors / AccountDoesNotExistError

Class: AccountDoesNotExistError

Defined in: errors.ts:116

Thrown when a required on-chain account does not exist.

Extends

Constructors

Constructor

new AccountDoesNotExistError(message?): AccountDoesNotExistError

Defined in: errors.ts:117

Parameters

message?

string

Returns

AccountDoesNotExistError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type