Package-level declarations
Types
Link copied to clipboard
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.