QA/Telemetry/State&ErrorCodes

From MozillaWiki
< QA‎ | Telemetry
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

State and Error Codes

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.

A quick example of a log that has both a state and an error code that isn't defined:

 ExperimentEntry #0::_installAddon() - AddonInstall onDownloadFailed for tile-switcher@experiments.mozilla.org,
 state=4, error=-2

In the above case, you would look up error=-2 and state=4 using the link below to see what each of the codes mean.