class RequestTimeoutError
extends Error
Since 0.1.0

Thrown by IMessageBroker.request when no correlated reply arrives within the configured timeoutMs window. The pending request is abandoned and its correlation entry cleaned up; a reply that arrives afterwards is dropped.

Constructors

RequestTimeoutError(message?: string)

Usage

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