AliyunPlayer v6.21.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AVPErrorModel Class Reference

AVPErrorModel represents playback error descriptions. More...

#include "AVPDef.h"

Inheritance diagram for AVPErrorModel:

Properties

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

Detailed Description

AVPErrorModel represents playback error descriptions.

Property Documentation

◆ code

- (AVPErrorCode) code
readwritenonatomicassign

code represents a playback error code.

◆ extra

- (NSString*) extra
readwritenonatomiccopy

extra represents an additional playback error message.

◆ 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: