FailedApiCall

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

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

Since

1.0.0

Parameters

description

Description of the API call failure.

Constructors

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

Properties

Link copied to clipboard

The exception thrown during the API call.