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. ...@@ -356,8 +356,10 @@ Emitted when any remote console logging call has been performed.
356 356
357 Emitted when any requested resource fails to load properly. The received ``resourceError`` object has the following properties: 357 Emitted when any requested resource fails to load properly. The received ``resourceError`` object has the following properties:
358 358
359 - ``errorCode``: HTTP status code received 359 - ``errorCode``: error code
360 - ``errorString``: error description
360 - ``url``: resource url 361 - ``url``: resource url
362 - ``id``: resource id
361 363
362 ``resource.received`` 364 ``resource.received``
363 ~~~~~~~~~~~~~~~~~~~~~ 365 ~~~~~~~~~~~~~~~~~~~~~
......