Skip to content

Commit 8c6d934

Browse files
authored
Merge pull request #4550 from mdanish-kh/exitCodes
Add section for exit codes in troubleshooting
2 parents 18bbdd7 + 2ac1785 commit 8c6d934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hub/package-manager/winget/troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ If you need more comprehensive log files, that provide the complete communicatio
3939

4040
A list of known issues with sources and behaviors is kept up to date in the [Windows Package Manager Client repository](https://www.github.com/microsoft/winget-cli). If you encounter issues when using the winget tool, go [here](https://github.com/microsoft/winget-cli/tree/master/doc/troubleshooting) for troubleshooting.
4141

42+
## Exit codes
43+
44+
The winget tool returns exit codes to indicate success or failure of the command. Find a table of exit codes and their meanings in the ["Return codes" file of the Windows Package Manager Client repository](https://github.com/microsoft/winget-cli/blob/master/doc/windows/package-manager/winget/returnCodes.md).
45+
4246
### Scope for specific user vs machine-wide
4347

4448
Not all installers support installing in “user” scope vs. “machine” scope consistently.

0 commit comments

Comments
 (0)