Search
Preparing search index...
The search index is not available
@michaelcoxon/rest-client - v1.6.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Exceptions"
ServiceException
Class ServiceException
Hierarchy
Exception
ServiceException
Index
Constructors
constructor
Properties
__proto__
message
name
response
stack
Accessors
inner
Exception
Methods
is
Exception
Constructors
constructor
new
Service
Exception
(
response
:
IHttpResponse
)
:
ServiceException
new
Service
Exception
(
response
:
IHttpResponse
, message
:
string
)
:
ServiceException
new
Service
Exception
(
response
:
IHttpResponse
, mmessage
:
string
, innerException
:
Exception
)
:
ServiceException
Parameters
response:
IHttpResponse
Returns
ServiceException
Parameters
response:
IHttpResponse
message:
string
Returns
ServiceException
Parameters
response:
IHttpResponse
mmessage:
string
innerException:
Exception
Returns
ServiceException
Properties
__proto__
__proto__
:
Error
message
message
:
string
name
name
:
string
response
response
:
Readonly
<
IHttpResponse
>
Optional
stack
stack
:
undefined
|
string
Accessors
inner
Exception
get
innerException
(
)
:
Exception
|
undefined
Gets the Exception instance that caused the current exception.
Returns
Exception
|
undefined
Methods
Static
is
Exception
is
Exception
(
error
:
Error
)
:
error
is
Exception
Parameters
error:
Error
Returns
error
is
Exception
Globals
"
Exceptions"
"
Header
Collection"
"
Http
Content
Header
Collection"
"
Http
Request
Header
Collection"
"
Http
Response
Header
Collection"
"
Request
Content"
"
Response
Content"
"
Response
Content
Handlers"
"
Types"
"filters/
Basic
Authentication
Filter"
"helpers/
Filter
Helpers"
"helpers/
Header
Helpers"
"index"
"interfaces/
Http
Client
Enums"
"interfaces/
Http
Client
Interfaces"
"xhr/
Xhr
Http
Client"
"xhr/
Xhr
Http
Request
Response"
Invalid
Operation
Exception
Request
Cancelled
Exception
Service
Exception
constructor
__proto__
message
name
response
stack
inner
Exception
is
Exception
Generated using
TypeDoc
Gets the Exception instance that caused the current exception.