Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResponseError

A special error that can be returned in case a request has failed. Provides additional information i.e. an error code and additional error data.

Hierarchy

  • Error
    • ResponseError

Index

Constructors

Properties

Constructors

  • new ResponseError(code: number, message: string, data: any): ResponseError

Properties

code: number
data: any