Skip to main content

JS Kit SDK API Reference / Errors / DomainDoesNotExistError

Class: DomainDoesNotExistError

Defined in: errors.ts:186

Thrown when a requested SNS domain account does not exist.

Extends

Constructors

Constructor

new DomainDoesNotExistError(message?): DomainDoesNotExistError

Defined in: errors.ts:187

Parameters

message?

string

Returns

DomainDoesNotExistError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type