ErrorCode Enumeration

Summary
The list of error codes for generic collection thrown exceptions.
Syntax
C#
C++/CLI
public enum ErrorCode   
public enum class ErrorCode   
Members
ValueMemberDescription
0x80004001E_NOTIMPLMethod is not supported.
0x80004003E_POINTERNULL pointer argument.
0x80004005E_FAILFailure.
0x8000FFFFE_UNEXPECTEDUnexpected error.
0x80048000LTMS_E_WRONG_STATEThe server is in the wrong state to perform the requested operation.
0x80048001LTMS_E_INVALID_LICENSEThe license is not valid.
0x80048002LTMS_E_STREAMING_NOT_ENABLEDThe license does not allow streaming.
0x80048004LTMS_E_NOT_LICENSEDThe server is not licensed.
0x80048005LTMS_E_LICENSE_EXPIREDThe license has expired.
0x80048006LTMS_E_SERVER_LICENSE_CONNECTFailed to connect to the license server.
0x80048007LTMS_E_SERVER_LICENSEThe license does not support server operation.
0x80048008LTMS_E_SERVER_LICENSE_NOT_ACTIVATEDThe license is not activated.
0x80048009LTMS_E_SERVER_DEVICES_NOT_LOCKEDThe Media Streaming server devices are unlocked.
0x8004800ALTMS_E_SERVER_DEVICES_LOCKEDThe Media Streaming server devices are locked.
0x8007000EE_OUTOFMEMORYInsufficient memory.
0x80070057E_INVALIDARGArgument is invalid.
0x00000000NOERRORNo error. Numerically equivalent to S_OK.
0x00000000S_OKSuccess. Numerically equivalent to NOERROR.
0x00000001S_FALSESuccess. Condition was FALSE.
Remarks

The LEADTOOLS Media Streaming SDK returns error and success notifications to applications in the form of HRESULT values.

A return code's LOWORD portion is the return code itself, in hexadecimal format.

The COM Win32 HRESULT documentation contains more information, including how to use the FAILED and SUCCEEDED macros to test return values.

If the error is not in the following list, you must convert the decimal number to its hexadecimal equivalent, and then look for the error as described previously. Note that the error's hexadecimal version will be a maximum of four digits long; to find the error, match the last four digits of the hexadecimal code in the error code list to the converted run-time error.

Some components will convert DOS error codes to 0x8003zzzz, where "zzzz" is the error code. For example, the DOS error code ERROR_PATH_NOT_FOUND (0x03) is converted to 0x80030003. For a complete list, see the GetLastError function in the Microsoft Platform SDK documentation.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.