Skip to main content

JS Kit SDK API Reference / Errors / DomainExpiredError

Class: DomainExpiredError

Defined in: errors.ts:228

Thrown when a Solana Registration Service domain has expired.

Extends

Constructors

Constructor

new DomainExpiredError(message?): DomainExpiredError

Defined in: errors.ts:229

Parameters

message?

string

Returns

DomainExpiredError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type