Commit 2f185f50 2f185f504a6fc5c314e9fc35e08853294f351030 by Cristi Burcă

Add missing fields to resourceError description

Also, `errorCode` doesn't always represent the HTTP status.
1 parent 4d94b84a
......@@ -356,8 +356,10 @@ Emitted when any remote console logging call has been performed.
Emitted when any requested resource fails to load properly. The received ``resourceError`` object has the following properties:
- ``errorCode``: HTTP status code received
- ``errorCode``: error code
- ``errorString``: error description
- ``url``: resource url
- ``id``: resource id
``resource.received``
~~~~~~~~~~~~~~~~~~~~~
......