Windows / Headers / dlnaerror.h
dlnaerror.h
Definitions for DLNA errors.
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
DLNA_E_NOT_FOUND | 0xC00DC350 | The specified object or value does not exist.%0 |
DLNA_E_NOT_AVAILABLE | 0xC00DC351 | The requested value is not available.%0 |
DLNA_E_OPERATION_CANCELLED | 0xC00DC352 | The operation is cancelled.%0 |
DLNA_E_UNAUTHORIZED | 0xC00DC353 | This operation is not authorized.%0 |
DLNA_E_OUT_OF_RANGE | 0xC00DC354 | The value is not in the specified or valid range.%0 |
DLNA_E_INVALID_DIDL_LITE_RESPONSE | 0xC00DC355 | The DIDL-Lite response provided by the server is not valid. |
DLNA_E_DIDL_VALUE_NOT_FOUND | 0xC00DC356 | A necessary element name was not found in the DIDL-Lite response provieded by the server. |
DLNA_E_DIDL_VALUE_INVALID | 0xC00DC357 | A value in the DIDL-Lite response provided by the server was not in an accepted format. |
DLNA_E_INVALID_DEVICE_RESPONSE | 0xC00DC358 | The device did not provide a valid response to the UPnP request. |
DLNA_E_INVALID_LAST_CHANGE_RESPONSE | 0xC00DC359 | The device did not advertise a valid LastChange response to the event subscriber. |
DLNA_E_INVALID_PROTOCOL_INFO | 0xC00DC35A | The protocol info string returned from the server is invalid. |
DLNA_E_SERVICE_NOT_FOUND | 0xC00DC35B | The requested service was not found on the device. |
DLNA_E_NO_SERVICES_ON_DEVICE | 0xC00DC35C | No services were enumerated by the device. |
DLNA_E_DEVICE_UNAVAILABLE | 0xC00DC35D | The device could not be contacted to fulfill the request. |
DLNA_E_DEVICE_NOT_FOUND | 0xC00DC35E | The specified device was not found. The device might require pairing with the PC.%0 |
DLNA_E_SERVER_NOT_FOUND | 0xC00DC35F | The specified Media Server was not found. The device might require pairing with the PC.%0 |
DLNA_E_RENDERER_NOT_FOUND | 0xC00DC360 | The specified Media Renderer was not found. The device might require pairing with the PC.%0 |
DLNA_E_NO_COMPATIBLE_RES_ELEMENT_FOUND | 0xC00DC3B4 | The content is in a format that is not compatible with the Media Renderer device, and it is not possible to convert it to a compatible format.%0 |
DLNA_E_UNSUPPORTED_FORMAT | 0xC00DC3B5 | The content cannot be sent to the Media Renderer because it is in a format that is not understood by Windows.%0 |
DLNA_E_RENDERER_FAILED_TO_PLAY | 0xC00DC3B6 | The Media Renderer failed to play the content.%0 |
DLNA_E_DRM_PLAYBACK_FAILURE | 0xC00DC3B7 | The Media Renderer failed to play the content because it is protected by a Digital Rights Management system.%0 |
21 entries |