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: ERROR CLASS: Symbol not found for HttpStatusCode) : DirectAuthenticationError.HttpError
An API-specific error that occurred during the direct authentication process.
Link copied to clipboard
class Oauth2Error(val error: String, httpStatusCode: ERROR CLASS: Symbol not found for HttpStatusCode, val errorDescription: String?) : DirectAuthenticationError.HttpError
An OAuth2-specific error that occurred during the direct authentication process.