AliyunPlayer v7.10.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
 Playback error code.
NSString * extra
 extra represents an additional playback error message.
NSString * message
 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.

This class encapsulates error code, message, additional information, and other fields to help developers diagnose and handle playback errors.

Property Documentation

◆ code

- (AVPErrorCode) code
readwritenonatomicassign

Playback error code.

Represents the specific type and cause of the error. See AVPErrorCode.

See also
AVPErrorCode

◆ extra

- (NSString*) extra
readwritenonatomiccopy

extra represents an additional playback error message.

◆ message

- (NSString*) message
readwritenonatomiccopy

Playback error message.

A textual description of the error, usually in English, to help understand the error cause.

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