Error

class Error<T> : OidcClientResult<T>

An error result.

Types

Link copied to clipboard
class HttpResponseException : Exception

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

Link copied to clipboard
class OidcEndpointsNotAvailableException : Exception

The response failed due to no OidcEndpoints.

Properties

Link copied to clipboard
val exception: Exception

The exception associated with the error.