Class: ParticiapiError
Defined in: particiapp-web-client.js:101
The ParticiapiError class is a base class all other errors in this module inherit from.
Extends
Error
Extended by
NotFoundError
StatementExistsError
ConversationInactiveError
StatementsNotAllowedError
NotificationsNotAvailableError
EmailAddressMissingError
ResultsNotAvailableError
SessionRequiredError
HTTPError
Constructors
new ParticiapiError()
new ParticiapiError(message?): ParticiapiError
Defined in: particiapp-web-client.js:106
The constructor returns a newly created ParticiapiError object.
Parameters
message?
string
= "Unknown error"
A human-readable description of the error.
Returns
Overrides
Error.constructor
Properties
cause?
optional cause: unknown;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Error.cause
message
message: string;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Error.message
name
name: string;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.name
stack?
optional stack: string;
Defined in: ../../../../root/.npm/_npx/4661334f0781fdbe/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Error.stack