All response headers.
Errors are never okay, even when the status code is in the 2xx success range.
Response status code.
Textual description of response status code.
Do not depend on this.
Type of the response, narrowed to either the full response or the header.
URL of the resource retrieved, or null if not available.
Generated using TypeDoc
A response that represents an error or failure, either from a non-successful HTTP status, an error while executing the request, or some other failure which occurred during the parsing of the response.
Any error returned on the
Observable
response stream will be wrapped in anHttpErrorResponse
to provide additional context about the state of the HTTP layer when the error occurred. The error property will contain either a wrapped Error object or the error response returned from the server.