brows3r — TypeScript API
    Preparing search index...

    Interface SurfaceErrorOptions

    interface SurfaceErrorOptions {
        context?: ErrorContext;
        operation: string;
        resource?: string | null;
        title?: string;
    }
    Index

    Properties

    context?: ErrorContext

    Defaults to "userInitiated".

    operation: string

    Logical operation name — appears in the notification ID + panel entry.

    resource?: string | null

    Optional resource identifier the operation targeted (profile ID, bucket, key, etc.).

    title?: string

    Override the auto-derived title (e.g. "Profile validation failed").