Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FetchError

Package version

Hierarchy

  • Error
    • FetchError

Index

Constructors

Properties

Constructors

constructor

  • new FetchError(message: string, type: string, systemError?: undefined | string): FetchError
  • Parameters

    • message: string
    • type: string
    • Optional systemError: undefined | string

    Returns FetchError

Properties

Optional code

code: undefined | string

Optional errno

errno: undefined | string

message

message: string

name

name: "FetchError"

Optional stack

stack: undefined | string

type

type: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc