lib / tv.smartclip.smartclientandroid.lib.dto / SxError / SxPluginError

SxPluginError

@JsonClass(true) data class SxPluginError : SxError

Represents an error that can be thrown during initialization of the JavaScript advertising plugin.

Constructors

<init>

Represents an error that can be thrown during initialization of the JavaScript advertising plugin.

SxPluginError(code: Int, message: String, timestamp: Long)

Properties

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