@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Class FrameworkError

    An error with an explicit kind, a stable code, and a user-safe message kept separate from its internal cause.

    throw userError({
    code: 'PROJECT_LOAD_FAILED',
    message: 'Project could not be loaded.',
    cause: error,
    });

    Hierarchy

    • Error
      • FrameworkError
    Index
    cause?: unknown
    code: string
    details?: Readonly<Record<string, unknown>>
    kind: ErrorKind
    message: string
    name: string
    stack?: string