ApiError

data class ApiError(val code: Int, val message: String) : OidcError

Data class for API errors.

Constructors

Link copied to clipboard
constructor(code: Int, message: String)

Properties

Link copied to clipboard
val code: Int

The error code.

Link copied to clipboard

The error message.