Also, incase the provided links break, or someone else like me is just looking for a quick and simple crosswalk / definition set for the error codes in the future, here you go:
// Invalid id of the extension.
// Error during parsing extension individual settings.
// The extension is marked as replaced by ARC app.
// Malformed extension dictionary for the extension.
// The extension format from extension dict is not supported.
// Invalid file path in the extension dict.
// Invalid version in the extension dict.
// Invalid updated URL in the extension dict.
// The extension doesn't support browser locale.
// The extension marked as it shouldn't be installed.
// Profile is older than supported by the extension.
// The extension can't be installed for enterprise.
// The extension is already installed.
// The download of the crx failed.
// Failed to fetch the manifest for this extension.
// The manifest couldn't be parsed.
// The manifest was fetched and parsed, and there are no updates for this
// extension.
// The crx was downloaded, but failed to install.
// Corresponds to CrxInstallErrorType.
// Extensions without update url should receive a default one, but somewhy
// this didn't work. Internal error, should never happen.
// Extension failed to add to PendingExtensionManager.
// ExtensionDownloader refuses to start downloading this extensions
// (possible reasons: invalid ID/URL).
// Extension (at the moment of check) is not installed nor some installation
// error reported, so extension is being installed now, stuck in some stage
// or some failure was not reported. See enum Stage for more details.
// This option is a failure only in the sense that we failed to install
// extension in required time.
// The download of the crx failed. In past histograms, this error has only
// occurred when the update check status is "no update" in the manifest. See
// The download of the crx failed.
// Applying the ExtensionSettings policy changed installation mode from
// force-installed to anything else.
// The extension is marked as replaced by system app.
// Magic constant used by the histogram macros.
// Always update it to the max value.
}