Response.error()

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.

The error() method of the Response interface returns a new Response object associated with a network error.

Note: This is mainly relevant to ServiceWorkers; the error method is used to return an error if you so wish it. An error response has its type set to error.

Note: An "error" Response never really gets exposed to script: such a response to a fetch() would reject the promise.

Syntax

JavaScript
var errorResponse = Response.error();

Parameters

None.

Value

A Response object.

Example

TBD (does not yet appear to be supported anywhere).

Specifications

Specification Status Comment
Fetch
The definition of 'error()' in that specification.
Living Standard  

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) (Yes) No support

(Yes)

No support
Feature Android Firefox Mobile (Gecko) Firefox OS (Gecko) IE Phone Opera Mobile Safari Mobile Chrome for Android
Basic support No support No support No support No support No support No support No support

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/response/error

API Error Experimental Expérimental Fetch Method Reference Response Référence