@fingerprint/svelte
    Preparing search index...

    Interface Error

    Expected error thrown by JS Agent

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

    Hierarchy

    • Error
      • Error
    Index
    cause?: unknown
    code: ErrorCode

    A machine-friendly code for the type of this error

    event_id: string | null

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

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