Data ClassDocumentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Data Class
Data ClassDocumentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
data class ServiceNotInitialized(val message: String = "Balance service not initialized", val cause: Throwable? = null) : BalanceError
constructor(message: String = "Balance service not initialized", cause: Throwable? = null)
open override val cause: Throwable? = null
open override val message: String
Was this page helpful?