Show / Hide Table of Contents

Class ErrorResponse

Error response.

Inheritance
object
ErrorResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.