FailedApiCall

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

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

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