Documentation
    Preparing search index...

    Complete error context for debugging and support

    interface ErrorContext {
        diagnostics: DiagnosticSnapshot;
        errorCode: string;
        errorData?: unknown;
        errorType: BeaconErrorType;
        message: string;
        technicalDetails?: string;
        timestamp: number;
    }
    Index

    Properties

    diagnostics: DiagnosticSnapshot

    Diagnostic information snapshot

    errorCode: string

    Unique error code identifier (e.g., "WC_SESSION_EXPIRED")

    errorData?: unknown

    Additional error-specific data

    errorType: BeaconErrorType

    Beacon error type enum

    message: string

    User-facing error message

    technicalDetails?: string

    Technical details for developers

    timestamp: number

    Unix timestamp when error occurred