class ReplyInboxUnavailableError
extends Error
Since 0.1.0

Thrown by GcpPubSubBroker and ServiceBusBroker when the per-instance RPC reply subscription cannot be created (missing Manage right or the reply topic does not exist).

Constructors

ReplyInboxUnavailableError(topic: string)

Usage

import { ReplyInboxUnavailableError } from "messaging-plugin/src/index.ts";