Error

data class Error(val status: Int = -1, val message: String = "")

Data class representing an error encountered during an authorization request.

Constructors

Link copied to clipboard
constructor(status: Int = -1, message: String = "")

Properties

Link copied to clipboard

the error message associated with the error.

Link copied to clipboard
val status: Int

the status code associated with the error.