UnsupportedCapability

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

A required capability is unsupported by the current device or firmware.

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.