Skip to content

Documentation / @super-line/core / RequestDropReason

Type Alias: RequestDropReason

RequestDropReason = "timeout" | "disconnected"

Defined in: packages/core/src/client-tap.ts:25

Why a tracked request ended without a response. timeout is the client's own deadline expiring; disconnected is the socket dying under an in-flight call.

Released under the MIT License.