Class: NotificationsNotAvailableError
Defined in: particiapp-web-client.js:178
The NotificationsNotAvailableError class represents an error when subscribing to notifications is not allowed.
Extends
Constructors
new NotificationsNotAvailableError()
new NotificationsNotAvailableError(message?): NotificationsNotAvailableError
Defined in: particiapp-web-client.js:184
The constructor returns a newly created NotificationsNotAvailableError object.
Parameters
message?
string
= "Notifications not available"
A human-readable description of the error.
Returns
NotificationsNotAvailableError
Overrides
Properties
cause?
optional cause: unknown;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
message
message: string;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
name
name: string;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
stack?
optional stack: string;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1078