Back to Node Auth0

Class FetchError

docs/classes/lib.FetchError.html

5.9.1692 B
Original Source
  • lib
  • FetchError

Class FetchError

Error thrown when there is a network error.

Hierarchy

  • Error
    • FetchError

Index

Constructors

constructor

Properties

namecause

Constructors

constructor

new FetchError(cause: Error, msg?: string): FetchError

Parameters

  • cause: Error
  • Optionalmsg: string

Returns FetchError

Properties

name

name: "FetchError" = ...

cause

cause: Error

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Properties namecause