Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RestError

Hierarchy

  • Error
    • RestError

Index

Constructors

Properties

Constructors

constructor

  • new RestError(message: string, code: string, detail?: any, raw?: Response): RestError
  • Parameters

    • message: string
    • code: string
    • Optional detail: any
    • Optional raw: Response

    Returns RestError

Properties

code

code: string

detail

detail: any

rawRes

rawRes: any

Static Error

Error: ErrorConstructor

Static message

message: string

Static name

name: string

Static Optional stack

stack: string

Generated using TypeDoc