Confirmed users
924
edits
(Created page with "= Quick Summary = The following document has a link to the code that defines the state and error codes that you might encounter in the browser console while testing a telemet...") |
|||
| Line 2: | Line 2: | ||
The following document has a link to the code that defines the state and error codes that you might encounter in the browser console while testing a telemetry experiment. | The following document has a link to the code that defines the state and error codes that you might encounter in the browser console while testing a telemetry experiment. | ||
Quick example of a log that has both a state and an error code that aren't defined: | |||
ExperimentEntry #0::_installAddon() - AddonInstall onDownloadFailed for tile-switcher@experiments.mozilla.org, | |||
state=4, error=-2 | |||
* [https://dxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/AddonManager.jsm#2930 Definitions of State & Error codes] | * [https://dxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/AddonManager.jsm#2930 Definitions of State & Error codes] | ||