ExtremeSwank OpenID
ErrorCondition Enumeration
NamespacesExtremeSwank.OpenIdErrorCondition
Possible error conditions.
Declaration Syntax
C#Visual BasicVisual C++
public enum ErrorCondition
Public Enumeration ErrorCondition
public enum class ErrorCondition
Members
MemberDescription
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.

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)