bug 1426150 - Augment in-tree docs for health ping sendFailure keys. r=Dexter

The codes by themselves are rather opaque. Adding a short descriptor ought to
help with comprehension.

MozReview-Commit-ID: El3gDbENs9h

--HG--
extra : rebase_source : c9485b728ea34a7b257cf501d3e6114da17bc0e4
This commit is contained in:
Chris H-C 2018-01-19 09:27:03 -05:00
parent 9ca3cdc5a5
commit 700a8e1658

View File

@ -76,13 +76,13 @@ This field lists the number of failed pings per ping send failure type.
The recorded failure types are:
* "eOK"
* "eRequest"
* "eUnreachable"
* "eChannelOpen"
* "eRedirect"
* "abort"
* "timeout"
* "eOK" - No error.
* "eRequest" - There was some error in the request before we started to service it.
* "eUnreachable" - The remote server was unreachable.
* "eChannelOpen" - The connection failed when we tried to open the channel.
* "eRedirect" - The connection failed when being redirected.
* "abort" - What XMLHttpRequest means by "abort" (see `MDN <https://developer.mozilla.org/en-US/docs/Web/Events/abort>`_)
* "timeout" - What XMLHttpRequest means by "timeout" (see `MDN <https://developer.mozilla.org/en-US/docs/Web/Events/timeout>`_)
This field is optional.