Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Data Class
data class ServiceNotInitialized(val message: String = "Service not initialized", val cause: Throwable? = null) : NetworkError
constructor(message: String = "Service not initialized", cause: Throwable? = null)
open override val cause: Throwable? = null
open override val message: String
Was this page helpful?