VoxaTraceException

open class VoxaTraceException(message: String, cause: Throwable? = null) : Exception

Base exception for all VoxaTrace SDK errors.

Module-specific exceptions extend this class:

  • VoxaTraceKilledException - API key invalid/revoked

  • VoxaTraceNotInitializedException - SDK not initialized

  • SonixException - Audio/playback errors

  • CalibraException - Pitch detection/processing errors

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Inherited properties

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