VoxaTraceNotInitializedException

open class VoxaTraceNotInitializedException(message: String = "VoxaTrace SDK not initialized. Call VT.initialize() first.") : VoxaTraceException

Exception thrown when SDK operations are attempted before initialization.

Constructors

Link copied to clipboard
constructor(message: String = "VoxaTrace SDK not initialized. Call VT.initialize() first.")

Inherited properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?