OpenIDError

class OpenIDError(code: Int, message: String?) : Error

This class represent all possible Open Id Connect error retrieved from the API

See also

Parameters

code

The error code

message

The error message

Constructors

Link copied to clipboard
fun OpenIDError(code: Int, message: String?)

Types

Link copied to clipboard
annotation class OIDErrorCode

Inherited properties

Link copied to clipboard
val mCode: Int
Link copied to clipboard
val mMessage: String?

Inherited functions

Link copied to clipboard
open fun getCode(): Int
Link copied to clipboard
open fun getMessage(): String?