Skip to content

Class: EmailAddressMissingError

Defined in: voxit-web-client.js:194

The EmailAddressMissingError class represents an error when subscribing to notifications is not possible due to a missing email address.

Extends

Constructors

new EmailAddressMissingError()

new EmailAddressMissingError(message?): EmailAddressMissingError

Defined in: voxit-web-client.js:199

The constructor returns a newly created EmailAddressMissingError object.

Parameters

message?

string = "Email address missing"

A human-readable description of the error.

Returns

EmailAddressMissingError

Overrides

ServerError.constructor

Properties

cause?

optional cause: unknown;

Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

ServerError.cause


message

message: string;

Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

ServerError.message


name

name: string;

Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

ServerError.name


stack?

optional stack: string;

Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

ServerError.stack