@JsonClass(true) data class SxPluginError : SxError
Represents an error that can be thrown during initialization of the JavaScript advertising plugin.
<init> | 
 Represents an error that can be thrown during initialization of the JavaScript advertising plugin. SxPluginError(code: Int, message: String, timestamp: Long) | 
code | 
val code: Int | 
message | 
 String describing the error. val message: String | 
pluginErrorCode | 
 See SxPluginErrorCode. val pluginErrorCode: SxPluginErrorCode | 
timestamp | 
 Timestamp when the error occurred. val timestamp: Long |