HttpResponseException

class HttpResponseException : Exception

The response type used to represent a completed HTTP response, but a non successful status code.

Properties

Link copied to clipboard
val error: String?

The error returned by the Authorization Server.

Link copied to clipboard
val errorDescription: String?

The error description returned by the Authorization Server.

Link copied to clipboard
val responseCode: Int

The HTTP response code associated with the error.