Class CurseForgeResponseError

Hierarchy

  • Error
    • CurseForgeResponseError

Constructors

Properties

cause?: unknown
message: string
name: string
path: string

Request path, excluding the host name.

stack?: string
status: number

Response status code.

statusText: string

Response status code text.

prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc