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