FailedApiCall

class FailedApiCall(description: String, val throwable: Throwable) : VKIDRefreshTokenFail

Represents a failure due to an VK ID API call error.

Since

2.0.0-alpha

Parameters

description

Description of the API call failure.

throwable

The exception thrown during the API call.

Constructors

Link copied to clipboard
constructor(description: String, throwable: Throwable)

Properties

Link copied to clipboard

The exception thrown during the API call.