Options
All
  • Public
  • Public/Protected
  • All
Menu

This error is thrown when one of the requests for a resource in a path returns a non-2XX status code during the URL resolution process. If you're implementing a custom resolver, consider using this class to indicate resolution errors.

Hierarchy

Index

Constructors

Properties

message: string
name: string
response: Response

API response object with a non-2XX status code.

stack?: string
stackTraceLimit: number
v8n: { constructor: any } = ...

Available class member validators.

Type declaration

  • constructor: any

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc