Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestCancelledException

Hierarchy

  • Exception
    • RequestCancelledException

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

__proto__

__proto__: Error

message

message: string

name

name: string

request

request: Readonly<IHttpRequest>

Optional stack

stack: undefined | string

Accessors

innerException

  • get innerException(): Exception | undefined
  • Gets the Exception instance that caused the current exception.

    Returns Exception | undefined

Methods

Static isException

  • isException(error: Error): error is Exception
  • Parameters

    • error: Error

    Returns error is Exception

Generated using TypeDoc