Skip to content

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

Package com.petersamokhin.vksdk.core.error

Types

Name Summary
UnsupportedActionException [common]
class UnsupportedActionException(message: String?, cause: Throwable?) : VkException
Some error when called type of functionality is currently not supported
VkException [common]
open class VkException(message: String?, cause: Throwable?) : Exception
Base error
VkResponseException [common]
class VkResponseException(method: String, message: String?, cause: Throwable?) : VkException
Some error during the VK response parsing or handling
VkSdkInitiationException [common]
class VkSdkInitiationException(source: String, message: String?, cause: Throwable?) : VkException
Some error when some SDK part is not initiated