//core/com.petersamokhin.vksdk.core.error/VkResponseException
VkResponseException¶
[common]\ class VkResponseException(method: String, message: String?, cause: Throwable?) : VkException
Some error during the VK response parsing or handling
Constructors¶
VkResponseException | [common] fun VkResponseException(method: String = "Some method", message: String? = "$method: $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 |