Represents information about an error. Emitted by CYIAbstractVideoPlayer::ErrorOccurred when an error occurs in the player. errorCode represents the general type of error that the player has encountered. The message is a message describing the particular error. The nativePlayerErrorCode represents the error from the native video player of the platform. If there is no native error code associated with it, it will be empty.
#include <player/YiAbstractVideoPlayer.h>
Public Member Functions | |
Error () | |
Public Attributes | |
ErrorCode | errorCode |
CYIString | message |
CYIString | nativePlayerErrorCode |
|
inline |
ErrorCode CYIAbstractVideoPlayer::Error::errorCode |
CYIString CYIAbstractVideoPlayer::Error::message |
CYIString CYIAbstractVideoPlayer::Error::nativePlayerErrorCode |