sealed class SxPluginErrorCode
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 | 
code | 
val code: Int | 
pluginErrorCode | 
val Int.pluginErrorCode: SxPluginErrorCode | 
values | 
fun values(): List<SxPluginErrorCode> |