FirmwareRejected

class FirmwareRejected(operation: String, diagnosticId: Long?, message: String, cause: Throwable? = null) : OnyxFailure(source)

Firmware rejected the operation or returned an error.

Constructors

Link copied to clipboard
constructor(operation: String, diagnosticId: Long?, message: String, cause: Throwable? = null)

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.