CalibraException

class CalibraException(val type: CalibraErrorType, val message: String, val nativeCode: Int? = null) : VoxaTraceException

Exception class for Calibra library errors.

Constructors

Link copied to clipboard
constructor(type: CalibraErrorType, message: String, nativeCode: Int? = null)

Properties

Link copied to clipboard
open override val message: String

Human-readable error message

Link copied to clipboard

Optional native error code

Link copied to clipboard

Error type

Inherited properties

Link copied to clipboard
expect open val cause: Throwable?