# 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](https://kb.filewave.com/uploads/images/gallery/2024-06/scaled-1680-/COTtdPg5pInxAyeT-image.png)](https://kb.filewave.com/uploads/images/gallery/2024-06/COTtdPg5pInxAyeT-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](#bkmrk-you-may-be-asking-yo) 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 - [https://github.com/microsoft/winget-cli/blob/master/doc/windows/package-manager/winget/returnCodes.md](https://github.com/microsoft/winget-cli/blob/master/doc/windows/package-manager/winget/returnCodes.md)