HttpError

Represents an HTTP error that occurred during the direct authentication process.

Parameters

error

A string representing the error.

httpStatusCode

The HttpStatusCode associated with this error.

Inheritors

Types

Link copied to clipboard
class ApiError(val errorCode: String, val errorSummary: String?, val errorLink: String?, val errorId: String?, val errorCauses: List<String>?, httpStatusCode: HttpStatusCode) : DirectAuthenticationError.HttpError

An API-specific error that occurred during the direct authentication process.

Link copied to clipboard
class Oauth2Error(val error: String, httpStatusCode: HttpStatusCode, val errorDescription: String?) : DirectAuthenticationError.HttpError

An OAuth2-specific error that occurred during the direct authentication process.

Properties

Link copied to clipboard
val httpStatusCode: HttpStatusCode