Table of Contents

Class ErrorMessage

Namespace
Duende.IdentityServer.Models
Assembly
Duende.IdentityServer.dll

Models the data for the error page.

public class ErrorMessage
Inheritance
ErrorMessage
Inherited Members

Constructors

ErrorMessage()

public ErrorMessage()

Properties

ActivityId

The current Activity Id when the error message was captured.

public string? ActivityId { get; set; }

Property Value

string

The Activity Identifier

ClientId

The client id making the request (if available).

public string? ClientId { get; set; }

Property Value

string

DisplayMode

The display mode passed from the authorization request.

public string? DisplayMode { get; set; }

Property Value

string

The display mode.

Error

Gets or sets the error code.

public string Error { get; set; }

Property Value

string

The error code.

ErrorDescription

Gets or sets the error description.

public string? ErrorDescription { get; set; }

Property Value

string

The error description.

RedirectUri

The redirect URI.

public string? RedirectUri { get; set; }

Property Value

string

RequestId

The per-request identifier. This can be used to display to the end user and can be used in diagnostics.

public string? RequestId { get; set; }

Property Value

string

The request identifier.

ResponseMode

The response mode.

public string? ResponseMode { get; set; }

Property Value

string

UiLocales

The UI locales passed from the authorization request.

public string? UiLocales { get; set; }

Property Value

string

The UI locales.