HttpErrorResponseException

class HttpErrorResponseException(response: HttpResponse, val responseBody: String, val oauth2Error: OAuth2Error?, val problemDetails: ProblemDetails?) : ResponseException(source)

A non-success HTTP response with its OAuth or RFC 9457 error details, when available.

Constructors

Link copied to clipboard
constructor(response: HttpResponse, responseBody: String, oauth2Error: OAuth2Error?, problemDetails: ProblemDetails?)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val response: HttpResponse
Link copied to clipboard

Functions

Link copied to clipboard