NativeRendererFailure

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

The native ink renderer failed to create, process, or release a stroke.

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.