Skip to main content

JavaScript SDK API Reference / Errors / MissingVerifierError

Class: MissingVerifierError

Defined in: error.ts:157

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

Extends

Constructors

Constructor

new MissingVerifierError(message?): MissingVerifierError

Defined in: error.ts:158

Parameters

message?

string

Returns

MissingVerifierError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type