Skip to content

//core/com.petersamokhin.vksdk.core.error/VkSdkInitiationException

VkSdkInitiationException

[common]\ class VkSdkInitiationException(source: String, message: String?, cause: Throwable?) : VkException

Some error when some SDK part is not initiated

Constructors

VkSdkInitiationException [common]
fun VkSdkInitiationException(source: String = "Some SDK part", message: String? = "$source $ERROR_MESSAGE", cause: Throwable? = null)

Types

Name Summary
Companion [common]
object Companion

Properties

Name Summary
cause [common]
open override val cause: Throwable? = null
Error cause
message [common]
open override val message: String?
Error message