Class ErrorResponse
Error response.
Inheritance
System.Object
ErrorResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String | The error. |
ErrorDescription
Gets or sets the error description.
Declaration
public string ErrorDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The error description. |
ErrorUri
Gets or sets the error page URI.
Declaration
public string ErrorUri { get; set; }
Property Value
Type | Description |
---|---|
System.String | The error page URI. |
State
Gets or sets the state.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state. |