Skip to main content

JavaScript SDK API Reference / Errors / UnsupportedTldError

Class: UnsupportedTldError

Defined in: error.ts:217

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

Extends

Constructors

Constructor

new UnsupportedTldError(message?): UnsupportedTldError

Defined in: error.ts:218

Parameters

message?

string

Returns

UnsupportedTldError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type