Package-level declarations

Types

Link copied to clipboard
open class VoxaTraceException(message: String, cause: Throwable? = null) : Exception

Base exception for all VoxaTrace SDK errors.

Link copied to clipboard

Exception thrown when API key is invalid or revoked.

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

Exception thrown when SDK operations are attempted before initialization.