class GrpcUnavailableError
extends Error
Since 0.3.0
Deprecated

Since M70a nothing throws this. gRPC dispatch no longer depends on any adapter capability: the kernel resolves IGrpcService from the service registry and dispatches after the middleware pipeline, so handleRequest is always serviceable and IGrpcService.available is unconditionally true. Retained because the class is published surface (AI_GUIDELINES ยง9.2); it will be removed in the next major release.

Thrown when the adapter does not support the RPC interceptor seam (i.e., IHttpAdapter.setRpcHandler? is not available) and an attempt is made to handle a request directly through GrpcService.handleRequest.

Constructors

GrpcUnavailableError()

Usage

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