Skip to main content

Troubleshooting Errors with WinGet

What

WinGet is a command line tool to manage applications on the Windows 10 and 11 platform.

Note that FileWave 15.4 or later is required.

When/Why

After we initially install any package there may be an error. This will offer some reasons for those errors.

image.png

How

Microsoft provides some documentation on error codes. They are pasted below but also a link to them is included in Related Content below the tables.

Return

Codes

General Errors

HexDecimalSymbolDescription
0x8A150001-1978335231APPINSTALLER_CLI_ERROR_INTERNAL_ERRORInternal Error
0x8A150002-1978335230APPINSTALLER_CLI_ERROR_INVALID_CL_ARGUMENTSInvalid command line arguments
0x8A150003-1978335229APPINSTALLER_CLI_ERROR_COMMAND_FAILEDExecuting command failed
0x8A150004-1978335228APPINSTALLER_CLI_ERROR_MANIFEST_FAILEDOpening manifest failed
0x8A150005-1978335227APPINSTALLER_CLI_ERROR_CTRL_SIGNAL_RECEIVEDCancellation signal received
0x8A150006-1978335226APPINSTALLER_CLI_ERROR_SHELLEXEC_INSTALL_FAILEDRunning ShellExecute failed
0x8A150007-1978335225APPINSTALLER_CLI_ERROR_UNSUPPORTED_MANIFESTVERSIONCannot process manifest. The manifest version is higher than supported. Please update the client.
0x8A150008-1978335224APPINSTALLER_CLI_ERROR_DOWNLOAD_FAILEDDownloading installer failed
0x8A150009-1978335223APPINSTALLER_CLI_ERROR_CANNOT_WRITE_TO_UPLEVEL_INDEXCannot write to index; it is a higher schema version
0x8A15000A-1978335222APPINSTALLER_CLI_ERROR_INDEX_INTEGRITY_COMPROMISEDThe index is corrupt
0x8A15000B-1978335221APPINSTALLER_CLI_ERROR_SOURCES_INVALIDThe configured source information is corrupt
0x8A15000C-1978335220APPINSTALLER_CLI_ERROR_SOURCE_NAME_ALREADY_EXISTSThe source name is already configured
0x8A15000D-1978335219APPINSTALLER_CLI_ERROR_INVALID_SOURCE_TYPEThe source type is invalid
0x8A15000E-1978335218APPINSTALLER_CLI_ERROR_PACKAGE_IS_BUNDLEThe MSIX file is a bundle, not a package
0x8A15000F-1978335217APPINSTALLER_CLI_ERROR_SOURCE_DATA_MISSINGData required by the source is missing
0x8A150010-1978335216APPINSTALLER_CLI_ERROR_NO_APPLICABLE_INSTALLERNone of the installers are applicable for the current system
0x8A150011-1978335215APPINSTALLER_CLI_ERROR_INSTALLER_HASH_MISMATCHThe installer file's hash does not match the manifest
0x8A150012-1978335214APPINSTALLER_CLI_ERROR_SOURCE_NAME_DOES_NOT_EXISTThe source name does not exist
0x8A150013-1978335213APPINSTALLER_CLI_ERROR_SOURCE_ARG_ALREADY_EXISTSThe source location is already configured under another name
0x8A150014-1978335212APPINSTALLER_CLI_ERROR_NO_APPLICATIONS_FOUNDNo packages found
0x8A150015-1978335211APPINSTALLER_CLI_ERROR_NO_SOURCES_DEFINEDNo sources are configured
0x8A150016-1978335210APPINSTALLER_CLI_ERROR_MULTIPLE_APPLICATIONS_FOUNDMultiple packages found matching the criteria
0x8A150017-1978335209APPINSTALLER_CLI_ERROR_NO_MANIFEST_FOUNDNo manifest found matching the criteria
0x8A150018-1978335208APPINSTALLER_CLI_ERROR_EXTENSION_PUBLIC_FAILEDFailed to get Public folder from source package
0x8A150019-1978335207APPINSTALLER_CLI_ERROR_COMMAND_REQUIRES_ADMINCommand requires administrator privileges to run
0x8A15001A-1978335206APPINSTALLER_CLI_ERROR_SOURCE_NOT_SECUREThe source location is not secure
0x8A15001B-1978335205APPINSTALLER_CLI_ERROR_MSSTORE_BLOCKED_BY_POLICYThe Microsoft Store client is blocked by policy
0x8A15001C-1978335204APPINSTALLER_CLI_ERROR_MSSTORE_APP_BLOCKED_BY_POLICYThe Microsoft Store app is blocked by policy
0x8A15001D-1978335203APPINSTALLER_CLI_ERROR_EXPERIMENTAL_FEATURE_DISABLEDThe feature is currently under development. It can be enabled using winget settings.
0x8A15001E-1978335202APPINSTALLER_CLI_ERROR_MSSTORE_INSTALL_FAILEDFailed to install the Microsoft Store app
0x8A15001F-1978335201APPINSTALLER_CLI_ERROR_COMPLETE_INPUT_BADFailed to perform auto complete
0x8A150020-1978335200APPINSTALLER_CLI_ERROR_YAML_INIT_FAILEDFailed to initialize YAML parser
0x8A150021-1978335199APPINSTALLER_CLI_ERROR_YAML_INVALID_MAPPING_KEYEncountered an invalid YAML key
0x8A150022-1978335198APPINSTALLER_CLI_ERROR_YAML_DUPLICATE_MAPPING_KEYEncountered a duplicate YAML key
0x8A150023-1978335197APPINSTALLER_CLI_ERROR_YAML_INVALID_OPERATIONInvalid YAML operation
0x8A150024-1978335196APPINSTALLER_CLI_ERROR_YAML_DOC_BUILD_FAILEDFailed to build YAML doc
0x8A150025-1978335195APPINSTALLER_CLI_ERROR_YAML_INVALID_EMITTER_STATEInvalid YAML emitter state
0x8A150026-1978335194APPINSTALLER_CLI_ERROR_YAML_INVALID_DATAInvalid YAML data
0x8A150027-1978335193APPINSTALLER_CLI_ERROR_LIBYAML_ERRORLibYAML error
0x8A150028-1978335192APPINSTALLER_CLI_ERROR_MANIFEST_VALIDATION_WARNINGManifest validation succeeded with warning
0x8A150029-1978335191APPINSTALLER_CLI_ERROR_MANIFEST_VALIDATION_FAILUREManifest validation failed
0x8A15002A-1978335190APPINSTALLER_CLI_ERROR_INVALID_MANIFESTManifest is invalid
0x8A15002B-1978335189APPINSTALLER_CLI_ERROR_UPDATE_NOT_APPLICABLENo applicable update found
0x8A15002C-1978335188APPINSTALLER_CLI_ERROR_UPDATE_ALL_HAS_FAILUREwinget upgrade --all completed with failures
0x8A15002D-1978335187APPINSTALLER_CLI_ERROR_INSTALLER_SECURITY_CHECK_FAILEDInstaller failed security check
0x8A15002E-1978335186APPINSTALLER_CLI_ERROR_DOWNLOAD_SIZE_MISMATCHDownload size does not match expected content length
0x8A15002F-1978335185APPINSTALLER_CLI_ERROR_NO_UNINSTALL_INFO_FOUNDUninstall command not found
0x8A150030-1978335184APPINSTALLER_CLI_ERROR_EXEC_UNINSTALL_COMMAND_FAILEDRunning uninstall command failed
0x8A150031-1978335183APPINSTALLER_CLI_ERROR_ICU_BREAK_ITERATOR_ERRORICU break iterator error
0x8A150032-1978335182APPINSTALLER_CLI_ERROR_ICU_CASEMAP_ERRORICU casemap error
0x8A150033-1978335181APPINSTALLER_CLI_ERROR_ICU_REGEX_ERRORICU regex error
0x8A150034-1978335180APPINSTALLER_CLI_ERROR_IMPORT_INSTALL_FAILEDFailed to install one or more imported packages
0x8A150035-1978335179APPINSTALLER_CLI_ERROR_NOT_ALL_PACKAGES_FOUNDCould not find one or more requested packages
0x8A150036-1978335178APPINSTALLER_CLI_ERROR_JSON_INVALID_FILEJson file is invalid
0x8A150037-1978335177APPINSTALLER_CLI_ERROR_SOURCE_NOT_REMOTEThe source location is not remote
0x8A150038-1978335176APPINSTALLER_CLI_ERROR_UNSUPPORTED_RESTSOURCEThe configured rest source is not supported
0x8A150039-1978335175APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_DATAInvalid data returned by rest source
0x8A15003A-1978335174APPINSTALLER_CLI_ERROR_BLOCKED_BY_POLICYOperation is blocked by Group Policy
0x8A15003B-1978335173APPINSTALLER_CLI_ERROR_RESTAPI_INTERNAL_ERRORRest API internal error
0x8A15003C-1978335172APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_URLInvalid rest source url
0x8A15003D-1978335171APPINSTALLER_CLI_ERROR_RESTAPI_UNSUPPORTED_MIME_TYPEUnsupported MIME type returned by rest API
0x8A15003E-1978335170APPINSTALLER_CLI_ERROR_RESTSOURCE_INVALID_VERSIONInvalid rest source contract version
0x8A15003F-1978335169APPINSTALLER_CLI_ERROR_SOURCE_DATA_INTEGRITY_FAILUREThe source data is corrupted or tampered
0x8A150040-1978335168APPINSTALLER_CLI_ERROR_STREAM_READ_FAILUREError reading from the stream
0x8A150041-1978335167APPINSTALLER_CLI_ERROR_PACKAGE_AGREEMENTS_NOT_ACCEPTEDPackage agreements were not agreed to
0x8A150042-1978335166APPINSTALLER_CLI_ERROR_PROMPT_INPUT_ERRORError reading input in prompt
0x8A150043-1978335165APPINSTALLER_CLI_ERROR_UNSUPPORTED_SOURCE_REQUESTThe search request is not supported by one or more sources
0x8A150044-1978335164APPINSTALLER_CLI_ERROR_RESTAPI_ENDPOINT_NOT_FOUNDThe rest API endpoint is not found.
0x8A150045-1978335163APPINSTALLER_CLI_ERROR_SOURCE_OPEN_FAILEDFailed to open the source.
0x8A150046-1978335162APPINSTALLER_CLI_ERROR_SOURCE_AGREEMENTS_NOT_ACCEPTEDSource agreements were not agreed to
0x8A150047-1978335161APPINSTALLER_CLI_ERROR_CUSTOMHEADER_EXCEEDS_MAXLENGTHHeader size exceeds the allowable limit of 1024 characters. Please reduce the size and try again.
0x8A150048-1978335160APPINSTALLER_CLI_ERROR_MISSING_RESOURCE_FILEMissing resource file
0x8A150049-1978335159APPINSTALLER_CLI_ERROR_MSI_INSTALL_FAILEDRunning MSI install failed
0x8A15004A-1978335158APPINSTALLER_CLI_ERROR_INVALID_MSIEXEC_ARGUMENTArguments for msiexec are invalid
0x8A15004B-1978335157APPINSTALLER_CLI_ERROR_FAILED_TO_OPEN_ALL_SOURCESFailed to open one or more sources
0x8A15004C-1978335156APPINSTALLER_CLI_ERROR_DEPENDENCIES_VALIDATION_FAILEDFailed to validate dependencies
0x8A15004D-1978335155APPINSTALLER_CLI_ERROR_MISSING_PACKAGEOne or more package is missing
0x8A15004E-1978335154APPINSTALLER_CLI_ERROR_INVALID_TABLE_COLUMNInvalid table column
0x8A15004F-1978335153APPINSTALLER_CLI_ERROR_UPGRADE_VERSION_NOT_NEWERThe upgrade version is not newer than the installed version
0x8A150050-1978335152APPINSTALLER_CLI_ERROR_UPGRADE_VERSION_UNKNOWNUpgrade version is unknown and override is not specified
0x8A150051-1978335151APPINSTALLER_CLI_ERROR_ICU_CONVERSION_ERRORICU conversion error
0x8A150052-1978335150APPINSTALLER_CLI_ERROR_PORTABLE_INSTALL_FAILEDFailed to install portable package
0x8A150053-1978335149APPINSTALLER_CLI_ERROR_PORTABLE_REPARSE_POINT_NOT_SUPPORTEDVolume does not support reparse points.
0x8A150054-1978335148APPINSTALLER_CLI_ERROR_PORTABLE_PACKAGE_ALREADY_EXISTSPortable package from a different source already exists.
0x8A150055-1978335147APPINSTALLER_CLI_ERROR_PORTABLE_SYMLINK_PATH_IS_DIRECTORYUnable to create symlink, path points to a directory.
0x8A150056-1978335146APPINSTALLER_CLI_ERROR_INSTALLER_PROHIBITS_ELEVATIONThe installer cannot be run from an administrator context.
0x8A150057-1978335145APPINSTALLER_CLI_ERROR_PORTABLE_UNINSTALL_FAILEDFailed to uninstall portable package
0x8A150058-1978335144APPINSTALLER_CLI_ERROR_ARP_VERSION_VALIDATION_FAILEDFailed to validate DisplayVersion values against index.
0x8A150059-1978335143APPINSTALLER_CLI_ERROR_UNSUPPORTED_ARGUMENTOne or more arguments are not supported.
0x8A15005A-1978335142APPINSTALLER_CLI_ERROR_BIND_WITH_EMBEDDED_NULLEmbedded null characters are disallowed for SQLite
0x8A15005B-1978335141APPINSTALLER_CLI_ERROR_NESTEDINSTALLER_NOT_FOUNDFailed to find the nested installer in the archive.
0x8A15005C-1978335140APPINSTALLER_CLI_ERROR_EXTRACT_ARCHIVE_FAILEDFailed to extract archive.
0x8A15005D-1978335139APPINSTALLER_CLI_ERROR_NESTEDINSTALLER_INVALID_PATHInvalid relative file path to nested installer provided.
0x8A15005E-1978335138APPINSTALLER_CLI_ERROR_PINNED_CERTIFICATE_MISMATCHThe server certificate did not match any of the expected values.
0x8A15005F-1978335137APPINSTALLER_CLI_ERROR_INSTALL_LOCATION_REQUIREDInstall location must be provided.
0x8A150060-1978335136APPINSTALLER_CLI_ERROR_ARCHIVE_SCAN_FAILEDArchive malware scan failed.
0x8A150061-1978335135APPINSTALLER_CLI_ERROR_PACKAGE_ALREADY_INSTALLEDFound at least one version of the package installed.
0x8A150062-1978335134APPINSTALLER_CLI_ERROR_PIN_ALREADY_EXISTSA pin already exists for the package.
0x8A150063-1978335133APPINSTALLER_CLI_ERROR_PIN_DOES_NOT_EXISTThere is no pin for the package.
0x8A150064-1978335132APPINSTALLER_CLI_ERROR_CANNOT_OPEN_PINNING_INDEXUnable to open the pin database.
0x8A150065-1978335131APPINSTALLER_CLI_ERROR_MULTIPLE_INSTALL_FAILEDOne or more applications failed to install
0x8A150066-1978335130APPINSTALLER_CLI_ERROR_MULTIPLE_UNINSTALL_FAILEDOne or more applications failed to uninstall
0x8A150067-1978335129APPINSTALLER_CLI_ERROR_NOT_ALL_QUERIES_FOUND_SINGLEOne or more queries did not return exactly one match
0x8A150068-1978335128APPINSTALLER_CLI_ERROR_PACKAGE_IS_PINNEDThe package has a pin that prevents upgrade.
0x8A150069-1978335127APPINSTALLER_CLI_ERROR_PACKAGE_IS_STUBThe package currently installed is the stub package
0x8A15006A-1978335126APPINSTALLER_CLI_ERROR_APPTERMINATION_RECEIVEDApplication shutdown signal received
0x8A15006B-1978335125APPINSTALLER_CLI_ERROR_DOWNLOAD_DEPENDENCIESFailed to download package dependencies.
0x8A15006C-1978335124APPINSTALLER_CLI_ERROR_DOWNLOAD_COMMAND_PROHIBITEDFailed to download package. Download for offline installation is prohibited.
0x8A15006D-1978335123APPINSTALLER_CLI_ERROR_SERVICE_UNAVAILABLEA required service is busy or unavailable. Try again later.
0x8A15006E-1978335122APPINSTALLER_CLI_ERROR_RESUME_ID_NOT_FOUNDThe guid provided does not correspond to a valid resume state.
0x8A15006F-1978335121APPINSTALLER_CLI_ERROR_CLIENT_VERSION_MISMATCHThe current client version did not match the client version of the saved state.
0x8A150070-1978335120APPINSTALLER_CLI_ERROR_INVALID_RESUME_STATEThe resume state data is invalid.
0x8A150071-1978335119APPINSTALLER_CLI_ERROR_CANNOT_OPEN_CHECKPOINT_INDEXUnable to open the checkpoint database.
0x8A150072-1978335118APPINSTALLER_CLI_ERROR_RESUME_LIMIT_EXCEEDEDExceeded max resume limit.
0x8A150073-1978335117APPINSTALLER_CLI_ERROR_INVALID_AUTHENTICATION_INFOInvalid authentication info.
0x8A150074-1978335116APPINSTALLER_CLI_ERROR_AUTHENTICATION_TYPE_NOT_SUPPORTEDAuthentication method not supported.
0x8A150075-1978335115APPINSTALLER_CLI_ERROR_AUTHENTICATION_FAILEDAuthentication failed.
0x8A150076-1978335114APPINSTALLER_CLI_ERROR_AUTHENTICATION_INTERACTIVE_REQUIREDAuthentication failed. Interactive authentication required.
0x8A150077-1978335113APPINSTALLER_CLI_ERROR_AUTHENTICATION_CANCELLED_BY_USERAuthentication failed. User cancelled.
0x8A150078-1978335112APPINSTALLER_CLI_ERROR_AUTHENTICATION_INCORRECT_ACCOUNTAuthentication failed. Authenticated account is not the desired account.
0x8A150079-1978335111APPINSTALLER_CLI_ERROR_NO_REPAIR_INFO_FOUNDRepair command not found.
0x8A15007A-1978335110APPINSTALLER_CLI_ERROR_REPAIR_NOT_APPLICABLERepair operation is not applicable.
0x8A15007B-1978335109APPINSTALLER_CLI_ERROR_EXEC_REPAIR_FAILEDRepair operation failed.
0x8A15007C-1978335108APPINSTALLER_CLI_ERROR_REPAIR_NOT_SUPPORTEDThe installer technology in use doesn't support repair.
0x8A15007D-1978335107APPINSTALLER_CLI_ERROR_ADMIN_CONTEXT_REPAIR_PROHIBITEDRepair operations involving administrator privileges are not permitted on packages installed within the user scope.
0x8A15007E-1978335106APPINSTALLER_CLI_ERROR_SQLITE_CONNECTION_TERMINATEDThe SQLite connection was terminated to prevent corruption.
0x8A15007F-1978335105APPINSTALLER_CLI_ERROR_DISPLAYCATALOG_API_FAILEDFailed to get Microsoft Store package catalog.
0x8A150080-1978335104APPINSTALLER_CLI_ERROR_NO_APPLICABLE_DISPLAYCATALOG_PACKAGENo applicable Microsoft Store package found from Microsoft Store package catalog.
0x8A150081-1978335103APPINSTALLER_CLI_ERROR_SFSCLIENT_API_FAILEDFailed to get Microsoft Store package download infomation.
0x8A150082-1978335102APPINSTALLER_CLI_ERROR_NO_APPLICABLE_SFSCLIENT_PACKAGENo applicable Microsoft Store package download infomation found.
0x8A150083-1978335101APPINSTALLER_CLI_ERROR_LICENSING_API_FAILEDFailed to retrieve Microsoft Store package license.

Install errors

HexDecimalSymbolDescription
0x8A150101-1978334975APPINSTALLER_CLI_ERROR_INSTALL_PACKAGE_IN_USEApplication is currently running. Exit the application then try again.
0x8A150102-1978334974APPINSTALLER_CLI_ERROR_INSTALL_INSTALL_IN_PROGRESSAnother installation is already in progress. Try again later.
0x8A150103-1978334973APPINSTALLER_CLI_ERROR_INSTALL_FILE_IN_USEOne or more file is being used. Exit the application then try again.
0x8A150104-1978334972APPINSTALLER_CLI_ERROR_INSTALL_MISSING_DEPENDENCYThis package has a dependency missing from your system.
0x8A150105-1978334971APPINSTALLER_CLI_ERROR_INSTALL_DISK_FULLThere's no more space on your PC. Make space, then try again.
0x8A150106-1978334970APPINSTALLER_CLI_ERROR_INSTALL_INSUFFICIENT_MEMORYThere's not enough memory available to install. Close other applications then try again.
0x8A150107-1978334969APPINSTALLER_CLI_ERROR_INSTALL_NO_NETWORKThis application requires internet connectivity. Connect to a network then try again.
0x8A150108-1978334968APPINSTALLER_CLI_ERROR_INSTALL_CONTACT_SUPPORTThis application encountered an error during installation. Contact support.
0x8A150109-1978334967APPINSTALLER_CLI_ERROR_INSTALL_REBOOT_REQUIRED_TO_FINISHRestart your PC to finish installation.
0x8A15010A-1978334966APPINSTALLER_CLI_ERROR_INSTALL_REBOOT_REQUIRED_TO_INSTALL 
Installation failed. Restart your PC then try again.   
0x8A15010B-1978334965APPINSTALLER_CLI_ERROR_INSTALL_REBOOT_INITIATEDYour PC will restart to finish installation.
0x8A15010C-1978334964APPINSTALLER_CLI_ERROR_INSTALL_CANCELLED_BY_USERYou cancelled the installation.
0x8A15010D-1978334963APPINSTALLER_CLI_ERROR_INSTALL_ALREADY_INSTALLEDAnother version of this application is already installed.
0x8A15010E-1978334962APPINSTALLER_CLI_ERROR_INSTALL_DOWNGRADEA higher version of this application is already installed.
0x8A15010F-1978334961APPINSTALLER_CLI_ERROR_INSTALL_BLOCKED_BY_POLICYOrganization policies are preventing installation. Contact your admin.
0x8A150110-1978334960APPINSTALLER_CLI_ERROR_INSTALL_DEPENDENCIESFailed to install package dependencies.
0x8A150111-1978334959APPINSTALLER_CLI_ERROR_INSTALL_PACKAGE_IN_USE_BY_APPLICATIONApplication is currently in use by another application.
0x8A150112-1978334958APPINSTALLER_CLI_ERROR_INSTALL_INVALID_PARAMETERInvalid parameter.
0x8A150113-1978334957APPINSTALLER_CLI_ERROR_INSTALL_SYSTEM_NOT_SUPPORTEDPackage not supported by the system.
0x8A150114-1978334956APPINSTALLER_CLI_ERROR_INSTALL_UPGRADE_NOT_SUPPORTEDThe installer does not support upgrading an existing package.

Check for package installed status

HexDecimalSymbolDescription
0x8A150201-1978334719WINGET_INSTALLED_STATUS_ARP_ENTRY_NOT_FOUNDThe Apps and Features Entry for the package could not be found.
0x8A150202-1978334718WINGET_INSTALLED_STATUS_INSTALL_LOCATION_NOT_APPLICABLEThe install location is not applicable.
0x8A150203-1978334717WINGET_INSTALLED_STATUS_INSTALL_LOCATION_NOT_FOUNDThe install location could not be found.
0x8A150204-1978334716WINGET_INSTALLED_STATUS_FILE_HASH_MISMATCHThe hash of the existing file did not match.
0x8A150205-1978334715WINGET_INSTALLED_STATUS_FILE_NOT_FOUNDFile not found.
0x8A150206-1978334714WINGET_INSTALLED_STATUS_FILE_FOUND_WITHOUT_HASH_CHECKThe file was found but the hash was not checked.
0x8A150207-1978334713WINGET_INSTALLED_STATUS_FILE_ACCESS_ERRORThe file could not be accessed.

Configuration Errors

HexDecimalSymbolDescription
0x8A15C001-1978286079WINGET_CONFIG_ERROR_INVALID_CONFIGURATION_FILEThe configuration file is invalid.
0x8A15C002-1978286078WINGET_CONFIG_ERROR_INVALID_YAMLThe YAML syntax is invalid.
0x8A15C003-1978286077WINGET_CONFIG_ERROR_INVALID_FIELD_TYPEA configuration field has an invalid type.
0x8A15C004-1978286076WINGET_CONFIG_ERROR_UNKNOWN_CONFIGURATION_FILE_VERSIONThe configuration has an unknown version.
0x8A15C005-1978286075WINGET_CONFIG_ERROR_SET_APPLY_FAILEDAn error occurred while applying the configuration.
0x8A15C006-1978286074WINGET_CONFIG_ERROR_DUPLICATE_IDENTIFIERThe configuration contains a duplicate identifier.
0x8A15C007-1978286073WINGET_CONFIG_ERROR_MISSING_DEPENDENCYThe configuration is missing a dependency.
0x8A15C008-1978286072WINGET_CONFIG_ERROR_DEPENDENCY_UNSATISFIEDThe configuration has an unsatisfied dependency.
0x8A15C009-1978286071WINGET_CONFIG_ERROR_ASSERTION_FAILEDAn assertion for the configuration unit failed.
0x8A15C00A-1978286070WINGET_CONFIG_ERROR_MANUALLY_SKIPPEDThe configuration was manually skipped.
0x8A15C00B-1978286069WINGET_CONFIG_ERROR_WARNING_NOT_ACCEPTEDA warning was thrown and the user declined to continue execution.
0x8A15C00C-1978286068WINGET_CONFIG_ERROR_SET_DEPENDENCY_CYCLEThe dependency graph contains a cycle which cannot be resolved.
0x8A15C00D-1978286067WINGET_CONFIG_ERROR_INVALID_FIELD_VALUEThe configuration has an invalid field value.
0x8A15C00E-1978286066WINGET_CONFIG_ERROR_MISSING_FIELDThe configuration is missing a field.
0x8A15C00F-1978286065WINGET_CONFIG_ERROR_TEST_FAILEDSome of the configuration units failed while testing their state.
0x8A15C010-1978286064WINGET_CONFIG_ERROR_TEST_NOT_RUNConfiguration state was not tested.
0x8A15C011-1978286063WINGET_CONFIG_ERROR_GET_FAILEDThe configuration unit failed getting its properties.

Configuration Processor Errors

HexDecimalSymbolDescription
0x8A15C101-1978285823WINGET_CONFIG_ERROR_UNIT_NOT_INSTALLEDThe configuration unit was not installed.
0x8A15C102-1978285822WINGET_CONFIG_ERROR_UNIT_NOT_FOUND_REPOSITORYThe configuration unit could not be found.
0x8A15C103-1978285821WINGET_CONFIG_ERROR_UNIT_MULTIPLE_MATCHESMultiple matches were found for the configuration unit specify the module to select the correct one.
0x8A15C104-1978285820WINGET_CONFIG_ERROR_UNIT_INVOKE_GETThe configuration unit failed while attempting to get the current system state.
0x8A15C105-1978285819WINGET_CONFIG_ERROR_UNIT_INVOKE_TESTThe configuration unit failed while attempting to test the current system state.
0x8A15C106-1978285818WINGET_CONFIG_ERROR_UNIT_INVOKE_SETThe configuration unit failed while attempting to apply the desired state.
0x8A15C107-1978285817WINGET_CONFIG_ERROR_UNIT_MODULE_CONFLICTThe module for the configuration unit is available in multiple locations with the same version.
0x8A15C108-1978285816WINGET_CONFIG_ERROR_UNIT_IMPORT_MODULELoading the module for the configuration unit failed.
0x8A15C109-1978285815WINGET_CONFIG_ERROR_UNIT_INVOKE_INVALID_RESULTThe configuration unit returned an unexpected result during execution.
0x8A15C110-1978285814WINGET_CONFIG_ERROR_UNIT_SETTING_CONFIG_ROOTA unit contains a setting that requires the config root.
0x8A15C111-1978285813WINGET_CONFIG_ERROR_UNIT_IMPORT_MODULE_ADMINLoading the module for the configuration unit failed because it requires administrator privileges to run.
0x8A15C112-1978285812WINGET_CONFIG_ERROR_NOT_SUPPORTED_BY_PROCESSOROperation is not supported by the configuration processor.

Related Content