PLVVodErrorCode Constants Reference
Declared in | PLVVodConstans.h |
---|
PLVVodErrorCode
远程控制通知
Definition
typedef NS_ENUM(NSInteger, PLVVodErrorCode ) {
account_video_illegal = 20000,
account_flow_out = 20001,
account_time_out = 20002,
video_unmatch_account = 20003,
account_encode_key_illegal = 20005,
account_encode_iv_illegal = 20006,
video_status_illegal = 20009,
playback_token_fetch_error = 20010,
video_not_found = 20011,
video_type_unknown = 20012,
playback_duration_illegal = 20013,
teaser_type_illegal = 20021,
ad_type_illegal = 20025,
download_error = 20040,
downloader_create_error = 20041,
download_task_create_error = 20042,
download_task_not_found = 20043,
m3u8_write_error = 20051,
key_write_error = 20052,
ts_path_fix_error = 20053,
unzip_error = 20055,
argument_illegal = 20061,
download_dir_not_found = 20062,
target_file_is_dir = 20063,
filename_not_found = 20064,
ts_not_found = 20065,
local_file_unaccessible = 20066,
local_key_illegal = 20067,
hls_dir_not_found = 20068,
video_remove_error = 20071,
file_move_error = 20072,
network_unreachable = 20100,
network_error = 20101,
server_error = 20102,
fetch_error = 20103,
json_read_error = 20104,
key_fetch_error = 20111,
m3u8_fetch_error = 20112,
};
Constants
account_video_illegal
-
视频或账号不合法
Declared In
PLVVodConstans.h
. account_flow_out
-
账户套餐流量不足
Declared In
PLVVodConstans.h
. account_time_out
-
账户套餐已过期
Declared In
PLVVodConstans.h
. video_unmatch_account
-
视频与账号不匹配
Declared In
PLVVodConstans.h
. account_encode_key_illegal
-
加密秘钥不合法
Declared In
PLVVodConstans.h
. account_encode_iv_illegal
-
加密向量不合法
Declared In
PLVVodConstans.h
. video_status_illegal
-
视频状态不合法
Declared In
PLVVodConstans.h
. playback_token_fetch_error
-
播放令牌请求失败
Declared In
PLVVodConstans.h
. video_not_found
-
无法获取视频
Declared In
PLVVodConstans.h
. video_type_unknown
-
未知视频对象
Declared In
PLVVodConstans.h
. playback_duration_illegal
-
视频时长不合法
Declared In
PLVVodConstans.h
. teaser_type_illegal
-
片头格式不合法
Declared In
PLVVodConstans.h
. ad_type_illegal
-
广告类型不合法
Declared In
PLVVodConstans.h
. download_error
-
下载错误
Declared In
PLVVodConstans.h
. downloader_create_error
-
下载器创建失败
Declared In
PLVVodConstans.h
. download_task_create_error
-
下载任务创建失败
Declared In
PLVVodConstans.h
. download_task_not_found
-
下载任务不存在
Declared In
PLVVodConstans.h
. m3u8_write_error
-
m3u8写入失败
Declared In
PLVVodConstans.h
. key_write_error
-
播放秘钥写入错误
Declared In
PLVVodConstans.h
. ts_path_fix_error
-
切片路径修复失败
Declared In
PLVVodConstans.h
. unzip_error
-
解压错误
Declared In
PLVVodConstans.h
. argument_illegal
-
参数不合法
Declared In
PLVVodConstans.h
. download_dir_not_found
-
下载目录不存在
Declared In
PLVVodConstans.h
. target_file_is_dir
-
无法检索文件,目标存在同名目录
Declared In
PLVVodConstans.h
. filename_not_found
-
无法获取文件名
Declared In
PLVVodConstans.h
. ts_not_found
-
无法获取切片
Declared In
PLVVodConstans.h
. local_file_unaccessible
-
本地资源不可达
Declared In
PLVVodConstans.h
. local_key_illegal
-
本地视频播放秘钥不合法
Declared In
PLVVodConstans.h
. hls_dir_not_found
-
hls目录索引失败
Declared In
PLVVodConstans.h
. video_remove_error
-
视频移除错误
Declared In
PLVVodConstans.h
. file_move_error
-
文件移动错误
Declared In
PLVVodConstans.h
. network_unreachable
-
网络不可达
Declared In
PLVVodConstans.h
. network_error
-
网络错误
Declared In
PLVVodConstans.h
. server_error
-
服务器错误
Declared In
PLVVodConstans.h
. fetch_error
-
请求错误
Declared In
PLVVodConstans.h
. json_read_error
-
JSON解析错误
Declared In
PLVVodConstans.h
. key_fetch_error
-
播放秘钥请求失败
Declared In
PLVVodConstans.h
. m3u8_fetch_error
-
m3u8请求失败
Declared In
PLVVodConstans.h
.
Declared In
PLVVodConstans.h