Skip to main content

JavaScript SDK API Reference / Errors / PrimaryDomainNotFoundError

Class: PrimaryDomainNotFoundError

Defined in: error.ts:62

Base error for SDK failures, carrying a machine-readable ErrorType.

Extends

Constructors

Constructor

new PrimaryDomainNotFoundError(message?): PrimaryDomainNotFoundError

Defined in: error.ts:63

Parameters

message?

string

Returns

PrimaryDomainNotFoundError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type