Class ErrorResponse
Error response.
Inherited Members
Namespace: ComponentSpace.OpenID.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ErrorResponse
Properties
Error
Gets or sets the error.
Declaration
public string? Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The error. |
ErrorDescription
Gets or sets the error description.
Declaration
public string? ErrorDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The error description. |
ErrorUri
Gets or sets the error page URI.
Declaration
public string? ErrorUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The error page URI. |
State
Gets or sets the state.
Declaration
public string? State { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The state. |