class GrpcRuntimeLoadError
extends Error
Since 0.3.0

Thrown when any of the Connect runtime modules cannot be imported. Carries the exact specifier that failed and the suggested install command.

Constructors

GrpcRuntimeLoadError(
specifier: string,
installCommand: string,
options?: ErrorOptions
)

Properties

readonly
specifier: string

The specifier that failed to import.

Usage

import { GrpcRuntimeLoadError } from "grpc-plugin/src/index.ts";