Oauth2Error

constructor(error: String, httpStatusCode: HttpStatusCode, errorDescription: String?)

Parameters

error

A string representing the error.

errorDescription

An optional description of the error.

httpStatusCode

The HttpStatusCode associated with this error.