When TVSDK handles a native error, it sets some or all of the following metadata key values.
Metadata key name | Metadata value |
---|---|
NATIVE_ERROR_CODE |
Native error code from the AVE.These codes represent the following:
|
NATIVE_ERROR_NAME | A string that contains the error's name; for example, AAXS_InvalidVoucher or DECODER_FAILED . |
NATIVE_SUBERROR_CODE | For DRM errors, suberror codes are also returned. These codes correspond to the DRMErrorEvents suberror code that is returned by the Flash Player. When reporting errors to Adobe, include this numeric value for troubleshooting assistance. |
DRM_ERROR_STRING | For DRM, this is your custom error string from your DRM server deployment, if you defined any. Also include this when reporting errors to Adobe. |
DESCRIPTION | String description of the error. Usually the URL of the media. |
TVSDK receives these error codes and strings from the video engine.
For a complete list of Adobe Primetime DRM client error codes, see DRM Client Error Message Reference.