Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Models.​ErrorMessage
Assembly: Duende.IdentityServer
Inheritance: object → ErrorMessage
Models the data for the error page.
Properties
public
string
DisplayMode
The display mode passed from the authorization request.
public
string
UiLocales
The UI locales passed from the authorization request.
public
string
Error
Gets or sets the error code.
public
string
ErrorDescription
Gets or sets the error description.
public
string
RequestId
The per-request identifier. This can be used to display to the end user and can be used in diagnostics.
public
string
ActivityId
The current Activity Id when the error message was captured.
public
string
RedirectUri
The redirect URI.
public
string
ResponseMode
The response mode.
public
string
ClientId
The client id making the request (if available).
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object