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?)