Class ErrorResponse
- Namespace
- Keycloak.AuthServices.Sdk
- Assembly
- Keycloak.AuthServices.Sdk.dll
Represents an error response from Keycloak.
public sealed record ErrorResponse : IEquatable<ErrorResponse>
- Inheritance
-
ErrorResponse
- Implements
- Inherited Members
Properties
Error
Gets or sets the error code.
[JsonPropertyName("error")]
public string Error { get; init; }
Property Value
ErrorDescription
Gets or sets the error description.
[JsonPropertyName("error_description")]
public string ErrorDescription { get; init; }