Preparing search index...
The search index is not available
ngify
ngify
@ngify/http
index
HttpErrorResponse
Class HttpErrorResponse
Base class for both
HttpResponse
and
HttpHeaderResponse
.
Hierarchy (
View Summary
)
HttpResponseBase
HttpErrorResponse
Implements
Error
Index
Constructors
constructor
Properties
error
headers
message
name
ok
status
status
Text
type
url
Constructors
constructor
new
HttpErrorResponse
(
options
:
{
error
?:
any
;
headers
?:
HttpHeaders
;
status
?:
number
;
statusText
?:
string
;
url
?:
string
;
}
,
)
:
HttpErrorResponse
Parameters
options
:
{
error
?:
any
;
headers
?:
HttpHeaders
;
status
?:
number
;
statusText
?:
string
;
url
?:
string
;
}
Returns
HttpErrorResponse
Properties
Readonly
error
error
:
any
Readonly
headers
headers
:
HttpHeaders
Readonly
message
message
:
string
Readonly
name
name
:
"HttpErrorResponse"
= 'HttpErrorResponse'
Readonly
ok
ok
:
false
Readonly
status
status
:
number
Readonly
status
Text
statusText
:
string
Readonly
type
type
:
ResponseHeader
|
Response
Readonly
url
url
:
null
|
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
error
headers
message
name
ok
status
status
Text
type
url
ngify
Loading...
Base class for both
HttpResponse
andHttpHeaderResponse
.