Expected error thrown by JS Agent

interface Error {
    cause?: unknown;
    code: ErrorCode;
    event_id: null | string;
    message: string;
    name: "FingerprintError";
    stack?: string;
}

Hierarchy

  • Error
    • Error

Properties

cause?: unknown
code: ErrorCode

A machine-friendly code for the type of this error

event_id: null | string

A unique id to refer to the error. Available only for errors originate on the server side.

message: string
name: "FingerprintError"
stack?: string

Generated using TypeDoc