OauthTokenError

open class OauthTokenError : Error

Constructors

Link copied to clipboard
open fun OauthTokenError(code: Int, @Nullable message: String)
Constructor to define a new error for callback.

Types

Link copied to clipboard
annotation class ErrorCode

Functions

Link copied to clipboard
open fun getCode(): Int
Get the error code.
Link copied to clipboard
open fun getMessage(): String
Get the description message for the error.