WrongThread

class WrongThread(operation: String, diagnosticId: Long?, message: String) : OnyxFailure(source)

The operation was invoked from an unsupported thread.

Constructors

Link copied to clipboard
constructor(operation: String, diagnosticId: Long?, message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Identifier in com.onyx.android.sdk.ktx.diagnostics.OnyxDiagnostics, or null when no diagnostic was recorded.

Link copied to clipboard
open val message: String?
Link copied to clipboard

Stable name of the operation that failed.