Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestError

Hierarchy

  • Error
    • RequestError

Index

Constructors

Properties

Constructors

constructor

  • new RequestError(request: RequestInfo, response: Response, message?: undefined | string): RequestError
  • Parameters

    • request: RequestInfo
    • response: Response
    • Optional message: undefined | string

    Returns RequestError

Properties

message

message: string

name

name: string

request

request: RequestInfo

response

response: Response

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc