Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientError

A client error event describes a request (or our best guess at parsing it), that wasn't correctly completed, and the error response it received, or 'aborted' if the connection was disconnected before we could respond.

Hierarchy

  • ClientError

Index

Properties

errorCode?: string
request: { headers: Headers; httpVersion?: string; id: string; method?: string; path?: string; protocol?: string; rawHeaders: RawHeaders; remoteIpAddress?: string; remotePort?: number; tags: string[]; timingEvents: TimingEvents; url?: string }

Type declaration

  • headers: Headers
  • Optional httpVersion?: string
  • id: string
  • Optional method?: string
  • Optional path?: string
  • Optional protocol?: string
  • rawHeaders: RawHeaders
  • Optional remoteIpAddress?: string
  • Optional remotePort?: number
  • tags: string[]
  • timingEvents: TimingEvents
  • Optional url?: string
response: "aborted" | CompletedResponse

Generated using TypeDoc