Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 3.11 KB

system-error-codes.md

File metadata and controls

46 lines (33 loc) · 3.11 KB
description title ms.topic ms.date
Provides guidance on debugging system error codes & links to system error codes defined in the WinError.h header file.
Tutorial - Debug system error codes
article
07/15/2024

Debug system error codes

System error codes can occur across many locations in the system and require investigation and analysis to debug (due to their scope, descriptions for system error codes cannot be very specific), starting with the programmatic and runtime context in which the errors occurred.

System error codes are defined in WinError.h and can be returned by non-system software or by a function deep in the stack and far removed from code that is handling the error.

More ways to find an error code

We've listed the system error codes in this section, organized by number. If you need more help tracking down a specific error, here are some more recommendations:

If you're searching for other errors, here are some links that might help:

Third party error codes

Other error codes may be generated by third party services or apps (for example, Error Code: -118 may be displayed by the Steam game service), in which case you need to contact the third party.

System error codes

The following topics provide lists of system error codes defined in the WinError.h header file.