toggle menu
Adswizz API SDK
8.0.1
androidJvm
switch theme
search in API
adswizz-common
/
com.adswizz.common
/
MediaPlayerState
/
PlayerError
Player
Error
sealed
class
PlayerError
Specifies the type of generic errors the player should send, compliant with VAST standards.
Inheritors
GeneralError
FileNotFound
Timeout
MediaFileNotSupported
MediaFileDisplayError
Members
Types
File
Not
Found
Link copied to clipboard
data
class
FileNotFound
(
val
error
:
Exception
)
:
MediaPlayerState.PlayerError
General
Error
Link copied to clipboard
data
class
GeneralError
(
val
error
:
Exception
)
:
MediaPlayerState.PlayerError
Media
File
Display
Error
Link copied to clipboard
data
class
MediaFileDisplayError
(
val
error
:
Exception
)
:
MediaPlayerState.PlayerError
Media
File
Not
Supported
Link copied to clipboard
data
class
MediaFileNotSupported
(
val
error
:
Exception
)
:
MediaPlayerState.PlayerError
Timeout
Link copied to clipboard
data
class
Timeout
(
val
error
:
Exception
)
:
MediaPlayerState.PlayerError
Properties
error
Link copied to clipboard
open
val
error
:
Exception