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
Properties
type
type:
ErrorType
Defined in: errors.ts:39