Extension Installation Error Codes
From FirebugWiki
Johnjbarton (Talk | contribs) (Created page with '[http://mxr.mozilla.org/mozilla1.9.2/source/xpinstall/src/nsInstall.h Source for Error Codes]') |
Johnjbarton (Talk | contribs) |
||
| Line 1: | Line 1: | ||
[http://mxr.mozilla.org/mozilla1.9.2/source/xpinstall/src/nsInstall.h Source for Error Codes] | [http://mxr.mozilla.org/mozilla1.9.2/source/xpinstall/src/nsInstall.h Source for Error Codes] | ||
| + | |||
| + | === BAD_PACKAGE_NAME -200 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=BAD_PACKAGE_NAME Mozilla Source uses of BAD_PACKAGE_NAME, error code -200] | ||
| + | === UNEXPECTED_ERROR -201 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=UNEXPECTED_ERROR Mozilla Source uses of UNEXPECTED_ERROR, error code -201] | ||
| + | === ACCESS_DENIED -202 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=ACCESS_DENIED Mozilla Source uses of ACCESS_DENIED, error code -202] | ||
| + | === EXECUTION_ERROR -203 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=EXECUTION_ERROR Mozilla Source uses of EXECUTION_ERROR, error code -203] | ||
| + | === NO_INSTALL_SCRIPT -204 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=NO_INSTALL_SCRIPT Mozilla Source uses of NO_INSTALL_SCRIPT, error code -204] | ||
| + | === NO_CERTIFICATE -205 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=NO_CERTIFICATE Mozilla Source uses of NO_CERTIFICATE, error code -205] | ||
| + | === NO_MATCHING_CERTIFICATE -206 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=NO_MATCHING_CERTIFICATE Mozilla Source uses of NO_MATCHING_CERTIFICATE, error code -206] | ||
| + | === CANT_READ_ARCHIVE -207 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=CANT_READ_ARCHIVE Mozilla Source uses of CANT_READ_ARCHIVE, error code -207] | ||
| + | === INVALID_ARGUMENTS -208 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INVALID_ARGUMENTS Mozilla Source uses of INVALID_ARGUMENTS, error code -208] | ||
| + | === ILLEGAL_RELATIVE_PATH -209 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=ILLEGAL_RELATIVE_PATH Mozilla Source uses of ILLEGAL_RELATIVE_PATH, error code -209] | ||
| + | === USER_CANCELLED -210 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=USER_CANCELLED Mozilla Source uses of USER_CANCELLED, error code -210] | ||
| + | === INSTALL_NOT_STARTED -211 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INSTALL_NOT_STARTED Mozilla Source uses of INSTALL_NOT_STARTED, error code -211] | ||
| + | === SILENT_MODE_DENIED -212 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=SILENT_MODE_DENIED Mozilla Source uses of SILENT_MODE_DENIED, error code -212] | ||
| + | === NO_SUCH_COMPONENT -213 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=NO_SUCH_COMPONENT Mozilla Source uses of NO_SUCH_COMPONENT, error code -213] | ||
| + | === DOES_NOT_EXIST -214 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=DOES_NOT_EXIST Mozilla Source uses of DOES_NOT_EXIST, error code -214] | ||
| + | === READ_ONLY -215 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=READ_ONLY Mozilla Source uses of READ_ONLY, error code -215] | ||
| + | === IS_DIRECTORY -216 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=IS_DIRECTORY Mozilla Source uses of IS_DIRECTORY, error code -216] | ||
| + | === NETWORK_FILE_IS_IN_USE -217 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=NETWORK_FILE_IS_IN_USE Mozilla Source uses of NETWORK_FILE_IS_IN_USE, error code -217] | ||
| + | === APPLE_SINGLE_ERR -218 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=APPLE_SINGLE_ERR Mozilla Source uses of APPLE_SINGLE_ERR, error code -218] | ||
| + | === INVALID_PATH_ERR -219 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INVALID_PATH_ERR Mozilla Source uses of INVALID_PATH_ERR, error code -219] | ||
| + | === PATCH_BAD_DIFF -220 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=PATCH_BAD_DIFF Mozilla Source uses of PATCH_BAD_DIFF, error code -220] | ||
| + | === PATCH_BAD_CHECKSUM_TARGET -221 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=PATCH_BAD_CHECKSUM_TARGET Mozilla Source uses of PATCH_BAD_CHECKSUM_TARGET, error code -221] | ||
| + | === PATCH_BAD_CHECKSUM_RESULT -222 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=PATCH_BAD_CHECKSUM_RESULT Mozilla Source uses of PATCH_BAD_CHECKSUM_RESULT, error code -222] | ||
| + | === UNINSTALL_FAILED -223 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=UNINSTALL_FAILED Mozilla Source uses of UNINSTALL_FAILED, error code -223] | ||
| + | === PACKAGE_FOLDER_NOT_SET -224 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=PACKAGE_FOLDER_NOT_SET Mozilla Source uses of PACKAGE_FOLDER_NOT_SET, error code -224] | ||
| + | === EXTRACTION_FAILED -225 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=EXTRACTION_FAILED Mozilla Source uses of EXTRACTION_FAILED, error code -225] | ||
| + | === FILENAME_ALREADY_USED -226 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=FILENAME_ALREADY_USED Mozilla Source uses of FILENAME_ALREADY_USED, error code -226] | ||
| + | === INSTALL_CANCELLED -227 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INSTALL_CANCELLED Mozilla Source uses of INSTALL_CANCELLED, error code -227] | ||
| + | === DOWNLOAD_ERROR -228 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=DOWNLOAD_ERROR Mozilla Source uses of DOWNLOAD_ERROR, error code -228] | ||
| + | === SCRIPT_ERROR -229 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=SCRIPT_ERROR Mozilla Source uses of SCRIPT_ERROR, error code -229] | ||
| + | === ALREADY_EXISTS -230 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=ALREADY_EXISTS Mozilla Source uses of ALREADY_EXISTS, error code -230] | ||
| + | === IS_FILE -231 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=IS_FILE Mozilla Source uses of IS_FILE, error code -231] | ||
| + | === SOURCE_DOES_NOT_EXIST -232 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=SOURCE_DOES_NOT_EXIST Mozilla Source uses of SOURCE_DOES_NOT_EXIST, error code -232] | ||
| + | === SOURCE_IS_DIRECTORY -233 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=SOURCE_IS_DIRECTORY Mozilla Source uses of SOURCE_IS_DIRECTORY, error code -233] | ||
| + | === SOURCE_IS_FILE -234 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=SOURCE_IS_FILE Mozilla Source uses of SOURCE_IS_FILE, error code -234] | ||
| + | === INSUFFICIENT_DISK_SPACE -235 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INSUFFICIENT_DISK_SPACE Mozilla Source uses of INSUFFICIENT_DISK_SPACE, error code -235] | ||
| + | === FILENAME_TOO_LONG -236 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=FILENAME_TOO_LONG Mozilla Source uses of FILENAME_TOO_LONG, error code -236] | ||
| + | === UNABLE_TO_LOCATE_LIB_FUNCTION -237 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=UNABLE_TO_LOCATE_LIB_FUNCTION Mozilla Source uses of UNABLE_TO_LOCATE_LIB_FUNCTION, error code -237] | ||
| + | === UNABLE_TO_LOAD_LIBRARY -238 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=UNABLE_TO_LOAD_LIBRARY Mozilla Source uses of UNABLE_TO_LOAD_LIBRARY, error code -238] | ||
| + | === CHROME_REGISTRY_ERROR -239 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=CHROME_REGISTRY_ERROR Mozilla Source uses of CHROME_REGISTRY_ERROR, error code -239] | ||
| + | === MALFORMED_INSTALL -240 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=MALFORMED_INSTALL Mozilla Source uses of MALFORMED_INSTALL, error code -240] | ||
| + | === KEY_ACCESS_DENIED -241 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=KEY_ACCESS_DENIED Mozilla Source uses of KEY_ACCESS_DENIED, error code -241] | ||
| + | === KEY_DOES_NOT_EXIST -242 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=KEY_DOES_NOT_EXIST Mozilla Source uses of KEY_DOES_NOT_EXIST, error code -242] | ||
| + | === VALUE_DOES_NOT_EXIST -243 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=VALUE_DOES_NOT_EXIST Mozilla Source uses of VALUE_DOES_NOT_EXIST, error code -243] | ||
| + | === UNSUPPORTED_TYPE -244 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=UNSUPPORTED_TYPE Mozilla Source uses of UNSUPPORTED_TYPE, error code -244] | ||
| + | === INVALID_SIGNATURE -260 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INVALID_SIGNATURE Mozilla Source uses of INVALID_SIGNATURE, error code -260] | ||
| + | === INVALID_HASH -261 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INVALID_HASH Mozilla Source uses of INVALID_HASH, error code -261] | ||
| + | === INVALID_HASH_TYPE -262 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=INVALID_HASH_TYPE Mozilla Source uses of INVALID_HASH_TYPE, error code -262] | ||
| + | === OUT_OF_MEMORY -299 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=OUT_OF_MEMORY Mozilla Source uses of OUT_OF_MEMORY, error code -299] | ||
| + | === GESTALT_UNKNOWN_ERR -5550 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=GESTALT_UNKNOWN_ERR Mozilla Source uses of GESTALT_UNKNOWN_ERR, error code -5550] | ||
| + | === GESTALT_INVALID_ARGUMENT -5551 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=GESTALT_INVALID_ARGUMENT Mozilla Source uses of GESTALT_INVALID_ARGUMENT, error code -5551] | ||
| + | === SUCCESS 0 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=SUCCESS Mozilla Source uses of SUCCESS, error code 0] | ||
| + | === REBOOT_NEEDED 999 === | ||
| + | [http://mxr.mozilla.org/mozilla1.9.2/ident?i=REBOOT_NEEDED Mozilla Source uses of REBOOT_NEEDED, error code 999] | ||
Revision as of 18:13, 22 January 2010
BAD_PACKAGE_NAME -200
Mozilla Source uses of BAD_PACKAGE_NAME, error code -200
UNEXPECTED_ERROR -201
Mozilla Source uses of UNEXPECTED_ERROR, error code -201
ACCESS_DENIED -202
Mozilla Source uses of ACCESS_DENIED, error code -202
EXECUTION_ERROR -203
Mozilla Source uses of EXECUTION_ERROR, error code -203
NO_INSTALL_SCRIPT -204
Mozilla Source uses of NO_INSTALL_SCRIPT, error code -204
NO_CERTIFICATE -205
Mozilla Source uses of NO_CERTIFICATE, error code -205
NO_MATCHING_CERTIFICATE -206
Mozilla Source uses of NO_MATCHING_CERTIFICATE, error code -206
CANT_READ_ARCHIVE -207
Mozilla Source uses of CANT_READ_ARCHIVE, error code -207
INVALID_ARGUMENTS -208
Mozilla Source uses of INVALID_ARGUMENTS, error code -208
ILLEGAL_RELATIVE_PATH -209
Mozilla Source uses of ILLEGAL_RELATIVE_PATH, error code -209
USER_CANCELLED -210
Mozilla Source uses of USER_CANCELLED, error code -210
INSTALL_NOT_STARTED -211
Mozilla Source uses of INSTALL_NOT_STARTED, error code -211
SILENT_MODE_DENIED -212
Mozilla Source uses of SILENT_MODE_DENIED, error code -212
NO_SUCH_COMPONENT -213
Mozilla Source uses of NO_SUCH_COMPONENT, error code -213
DOES_NOT_EXIST -214
Mozilla Source uses of DOES_NOT_EXIST, error code -214
READ_ONLY -215
Mozilla Source uses of READ_ONLY, error code -215
IS_DIRECTORY -216
Mozilla Source uses of IS_DIRECTORY, error code -216
NETWORK_FILE_IS_IN_USE -217
Mozilla Source uses of NETWORK_FILE_IS_IN_USE, error code -217
APPLE_SINGLE_ERR -218
Mozilla Source uses of APPLE_SINGLE_ERR, error code -218
INVALID_PATH_ERR -219
Mozilla Source uses of INVALID_PATH_ERR, error code -219
PATCH_BAD_DIFF -220
Mozilla Source uses of PATCH_BAD_DIFF, error code -220
PATCH_BAD_CHECKSUM_TARGET -221
Mozilla Source uses of PATCH_BAD_CHECKSUM_TARGET, error code -221
PATCH_BAD_CHECKSUM_RESULT -222
Mozilla Source uses of PATCH_BAD_CHECKSUM_RESULT, error code -222
UNINSTALL_FAILED -223
Mozilla Source uses of UNINSTALL_FAILED, error code -223
PACKAGE_FOLDER_NOT_SET -224
Mozilla Source uses of PACKAGE_FOLDER_NOT_SET, error code -224
EXTRACTION_FAILED -225
Mozilla Source uses of EXTRACTION_FAILED, error code -225
FILENAME_ALREADY_USED -226
Mozilla Source uses of FILENAME_ALREADY_USED, error code -226
INSTALL_CANCELLED -227
Mozilla Source uses of INSTALL_CANCELLED, error code -227
DOWNLOAD_ERROR -228
Mozilla Source uses of DOWNLOAD_ERROR, error code -228
SCRIPT_ERROR -229
Mozilla Source uses of SCRIPT_ERROR, error code -229
ALREADY_EXISTS -230
Mozilla Source uses of ALREADY_EXISTS, error code -230
IS_FILE -231
Mozilla Source uses of IS_FILE, error code -231
SOURCE_DOES_NOT_EXIST -232
Mozilla Source uses of SOURCE_DOES_NOT_EXIST, error code -232
SOURCE_IS_DIRECTORY -233
Mozilla Source uses of SOURCE_IS_DIRECTORY, error code -233
SOURCE_IS_FILE -234
Mozilla Source uses of SOURCE_IS_FILE, error code -234
INSUFFICIENT_DISK_SPACE -235
Mozilla Source uses of INSUFFICIENT_DISK_SPACE, error code -235
FILENAME_TOO_LONG -236
Mozilla Source uses of FILENAME_TOO_LONG, error code -236
UNABLE_TO_LOCATE_LIB_FUNCTION -237
Mozilla Source uses of UNABLE_TO_LOCATE_LIB_FUNCTION, error code -237
UNABLE_TO_LOAD_LIBRARY -238
Mozilla Source uses of UNABLE_TO_LOAD_LIBRARY, error code -238
CHROME_REGISTRY_ERROR -239
Mozilla Source uses of CHROME_REGISTRY_ERROR, error code -239
MALFORMED_INSTALL -240
Mozilla Source uses of MALFORMED_INSTALL, error code -240
KEY_ACCESS_DENIED -241
Mozilla Source uses of KEY_ACCESS_DENIED, error code -241
KEY_DOES_NOT_EXIST -242
Mozilla Source uses of KEY_DOES_NOT_EXIST, error code -242
VALUE_DOES_NOT_EXIST -243
Mozilla Source uses of VALUE_DOES_NOT_EXIST, error code -243
UNSUPPORTED_TYPE -244
Mozilla Source uses of UNSUPPORTED_TYPE, error code -244
INVALID_SIGNATURE -260
Mozilla Source uses of INVALID_SIGNATURE, error code -260
INVALID_HASH -261
Mozilla Source uses of INVALID_HASH, error code -261
INVALID_HASH_TYPE -262
Mozilla Source uses of INVALID_HASH_TYPE, error code -262
OUT_OF_MEMORY -299
Mozilla Source uses of OUT_OF_MEMORY, error code -299
GESTALT_UNKNOWN_ERR -5550
Mozilla Source uses of GESTALT_UNKNOWN_ERR, error code -5550
GESTALT_INVALID_ARGUMENT -5551
Mozilla Source uses of GESTALT_INVALID_ARGUMENT, error code -5551
SUCCESS 0
Mozilla Source uses of SUCCESS, error code 0