hacifootprint
hcifootprintInterfaces

CaptureFailure

Interface: CaptureFailure

Defined in: src/contextful/types.ts:198

What went wrong, if anything did.

Properties

errorClass

errorClass: string

Defined in: src/contextful/types.ts:200

The error's constructor name — captured ALWAYS. A class is not app data.


message?

optional message?: string

Defined in: src/contextful/types.ts:202

The message — only when the app allowlisted ERROR_MESSAGE.

On this page