Possible error conditions.
| C# | Visual Basic | Visual C++ |
public enum ErrorCondition
Public Enumeration ErrorCondition
public enum class ErrorCondition
| Member | Description |
|---|---|
| NoErrors |
No errors have occurred.
|
| NoServersFound |
No servers were found during the discovery process.
|
| HttpError |
An HTTP error occurred when attempting to contact the IdP.
|
| SessionTimeout |
The window to complete the authentication request has expired.
User should try the request again.
|
| RequestRefused |
Request has been actively refused by the IdP.
|
| NoIdSpecified |
No ID was specified.
|
| RequestCanceled |
User cancelled the OpenID authentication request at the Identity Provider.
|