Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Centralized error handler service. Provides consistent error handling across the extension.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Shows a user-friendly error notification.

      Parameters

      • message: string

        User-friendly error message.

      • severity: "error" | "info" | "warning" = "error"

        Severity level (default: "error").

      • actions: { action: () => void | Promise<void>; title: string }[] = []

        Optional actions for the user.

      Returns Promise<void>