Skip to content
Effect Days 2026 Get your ticket

RpcClientError

3 exports Added in v1.0.0 Source

Errors

Signature

declare class RpcClientError extends {
readonly _tag: "RpcClientError";
readonly cause?: unknown;
readonly message: string;
readonly reason: "Protocol";
} & YieldableError<this> {
constructor(...args: [props: {
readonly _tag?: "RpcClientError";
readonly cause?: unknown;
readonly message: string;
readonly reason: "Protocol";
}, options?: MakeOptions]);
readonly [TypeId]: typeof TypeId;
}

Symbols

TypeId

Added in v1.0.0 Source

Signature

declare const TypeId: unique symbol

TypeId type

Added in v1.0.0 Source

Signature

type TypeId = typeof TypeId