Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an HTTP Error when a non-OK response is returned by Fetch

Hierarchy

  • Error
    • HttpError

Index

Constructors

Properties

Methods

Constructors

  • new HttpError(statusText: any, code: any, displayMessage?: string): HttpError
  • Parameters

    • statusText: any
    • code: any
    • displayMessage: string = ""

    Returns HttpError

Properties

code: any
displayMessage: string

Methods

  • toString(): string
  • override

    Returns string