Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Error<T>

Object returned by Request class when the request fails (status code not between 200 and 299)

Type parameters

  • T

Hierarchy

  • Error

Index

Properties

Properties

Optional body

body: T

Optional error

error: any

Optional status

status: undefined | object

Optional strBody

strBody: undefined | string

Generated using TypeDoc