Skip to main content

JavaScript SDK API Reference / Errors / InvalidParentError

Class: InvalidParentError

Defined in: error.ts:175

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

Extends

Constructors

Constructor

new InvalidParentError(message?): InvalidParentError

Defined in: error.ts:176

Parameters

message?

string

Returns

InvalidParentError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type