lib / tv.smartclip.smartclientandroid.lib.dto / SxPluginErrorCode

SxPluginErrorCode

sealed class SxPluginErrorCode

Types

AD_REINSERTION_INITIALIZATION_TIMEOUT

AdReinsertion initialization took too long, either caused by the timeout limitation or issues that must be answered by the AdReinsertion vendor.

object AD_REINSERTION_INITIALIZATION_TIMEOUT : SxPluginErrorCode

AD_REINSERTION_PENALTY

AdReinsertion initialization took too long, either caused by the timeout limitation or issues that must be answered by the AdReinsertion vendor.

object AD_REINSERTION_PENALTY : SxPluginErrorCode

INVALID_SETUP

The specified pluginSetup does not match with the GlobalConfig definition.

object INVALID_SETUP : SxPluginErrorCode

NO_ERROR

No error.

object NO_ERROR : SxPluginErrorCode

PLAYER_API_NOT_AVAILABLE

The PlayerFacade has not been connected before starting the setup process.

object PLAYER_API_NOT_AVAILABLE : SxPluginErrorCode

UNKNOWN

Unknown error code.

class UNKNOWN : SxPluginErrorCode

Properties

code

val code: Int

Companion Object Properties

pluginErrorCode

val Int.pluginErrorCode: SxPluginErrorCode

Companion Object Functions

values

fun values(): List<SxPluginErrorCode>