AliyunPlayer  v5.4.0
Aliyun Player API Reference Manual for iOS Platforms
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties
AVPErrorModel Class Reference

AVPErrorModel represents playback error descriptions. More...

Inheritance diagram for AVPErrorModel:

Properties

AVPErrorCode code
 code represents a playback error code. More...
 
NSString * message
 message represents a playback error message. More...
 
NSString * requestId
 requestId represents the request ID of a playback error. More...
 
NSString * videoId
 videoId represents the VID of the video that has a playback error. More...
 

Detailed Description

AVPErrorModel represents playback error descriptions.

Property Documentation

◆ code

- (AVPErrorCode) code
readwritenonatomicassign

code represents a playback error code.

◆ message

- (NSString*) message
readwritenonatomiccopy

message represents a playback error message.

◆ requestId

- (NSString*) requestId
readwritenonatomiccopy

requestId represents the request ID of a playback error.

◆ videoId

- (NSString*) videoId
readwritenonatomiccopy

videoId represents the VID of the video that has a playback error.


The documentation for this class was generated from the following file: