Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResponseError

A wrapped error for a fetch response.

Hierarchy

  • Error
    • ResponseError

Index

Constructors

Properties

Constructors

constructor

  • new ResponseError(response: Response, message?: string): ResponseError

Properties

message

message: string

name

name: string

response

response: Response

The response associated with the error.

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc