Class: GenericHTTPError


# Class: GenericHTTPError

# Hierarchy

  • Error

    GenericHTTPError

# Constructors

# constructor

+ new GenericHTTPError(code: number, message: string): GenericHTTPError

# Parameters:

Name Type
code number
message string

Returns: GenericHTTPError

Overrides: void

Defined in: errors/GenericHTTPError.ts:3 (opens new window)

# Properties

# code

code: number

The status code of the response

Defined in: errors/GenericHTTPError.ts:3 (opens new window)