DTCP Manager return codes.
This enumartion lists DTCP Manager error return codes. A non-zero value indicates an error.
Enumerator |
---|
DTCP_SUCCESS | Operation successful, no errors.
|
DTCP_ERR_NOT_INITIALIZED | DTCP Manager not initialized yet.
|
DTCP_ERR_INVALID_PARAM | Invalid parameter supplied.
|
DTCP_ERR_GENERAL | General unspecified error.
|
DTCP_ERR_MEMORY_ALLOC | Memory allocation failure.
|
DTCP_ERR_OUT_OF_SESSIONS | Too many active sessions.
|
DTCP_ERR_INVALID_CERTIFICATE | Invalid certificate.
|
DTCP_ERR_AKE | Authorization/Key Exchange error.
|
DTCP_ERR_CONT_KEY_REQ | Content key error.
|
DTCP_ERR_INVALID_KEY_LABEL | Invalid exchange key label supplied.
|
DTCP_ERR_INVALID_IP_ADDRESS | Invalid IP address supplied.
|
DTCP_ERR_SERVER_NOT_REACHABLE | DTCP Server not reachable.
|