grass valley developers

Home > APIs > AppServer API > Microsoft Error Codes

Microsoft Error Codes

To find out more information about Grass Valley K2 Error Codes, click here.

Error codes that are not defined by Grass Valley are most often defined by Microsoft. Click here to see a list of Microsoft's System Error Codes (0 - 15999).

You can also get more information about these errors from a DOS prompt by typing "net helpmsg" like this:

C:\>net helpmsg 10054

An established connection was aborted by the software in your host machine.


Also you can download Microsoft's Error Code Lookup tool. Running it and restricting the results to the "winerror.h" table often gives you the error information you want.

For example:

C:\Err>err /winerror.h 10054
# winerror.h selected.
# for decimal 10054 / hex 0x2746 :
 WSAECONNRESET winerror.h
# An existing connection was forcibly closed by the remote
# host.
# 1 matches found for "10054"

If restricting the table results in a "NOT FOUND" message:

C:\Err>err /winerror.h 0x80131501
# winerror.h selected.
# as an HRESULT: Severity: FAILURE (1), Facility: 0x13, Code 0x1501
# NOT FOUND: 0x80131501

Try running the error code lookup tool again without restricting the results:

C:\Err>err 0x80131501
# for hex 0x80131501 / decimal -2146233087 :
 COR_E_SYSTEM corerror.h
# MessageText:
# The base class for the runtime's "less serious" exceptions
# 1 matches found for "0x80131501"