Class ApiError<Body>

Type Parameters

  • Body

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

body: Body
requestId: string
status: number
timeoutType?: string

Accessors

  • get isUserTimeout(): boolean
  • Returns true if this error was caused by a user-specified timeout (via startTimeout parameter). These errors should NOT be retried.

    Returns boolean