Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/app-configuration
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RestError
Class RestError
Package version
Hierarchy
Error
RestError
Index
Constructors
constructor
Properties
code
details
message
name
request
response
stack
status
Code
Error
PARSE_
ERROR
REQUEST_
SEND_
ERROR
Constructors
constructor
new
Rest
Error
(
message
:
string
, code
?:
undefined
|
string
, statusCode
?:
undefined
|
number
, request
?:
WebResource
, response
?:
HttpOperationResponse
)
:
RestError
Parameters
message:
string
Optional
code:
undefined
|
string
Optional
statusCode:
undefined
|
number
Optional
request:
WebResource
Optional
response:
HttpOperationResponse
Returns
RestError
Properties
Optional
code
code
:
undefined
|
string
Optional
details
details
:
unknown
message
message
:
string
name
name
:
string
Optional
request
request
:
WebResource
Optional
response
response
:
HttpOperationResponse
Optional
stack
stack
:
undefined
|
string
Optional
status
Code
status
Code
:
undefined
|
number
Static
Error
Error
:
ErrorConstructor
Static
PARSE_
ERROR
PARSE_
ERROR
:
string
Static
REQUEST_
SEND_
ERROR
REQUEST_
SEND_
ERROR
:
string
Globals
Rest
Error
constructor
code
details
message
name
request
response
stack
status
Code
Error
PARSE_
ERROR
REQUEST_
SEND_
ERROR
Generated using
TypeDoc