Skip to main content

JS Kit SDK API Reference / Errors / InvalidParentError

Class: InvalidParentError

Defined in: errors.ts:165

Thrown when a required parent domain account cannot be resolved.

Extends

Constructors

Constructor

new InvalidParentError(message?): InvalidParentError

Defined in: errors.ts:166

Parameters

message?

string

Returns

InvalidParentError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type