Skip to main content

JS Kit SDK API Reference / Errors / InvalidSubdomainError

Class: InvalidSubdomainError

Defined in: errors.ts:53

Thrown when a subdomain name is malformed or unsupported.

Extends

Constructors

Constructor

new InvalidSubdomainError(message?): InvalidSubdomainError

Defined in: errors.ts:54

Parameters

message?

string

Returns

InvalidSubdomainError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type