LoginResultType Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The LoginResultType enumeration values are used to report the result of the Inspector Login dialog.
'Declaration
Public Enum LoginResultType
Inherits System.Enum
public enum LoginResultType : System.Enum
| Member | Description |
|---|---|
| ExceededRetries | The user has exceeded the number of retries. |
| IncorrectPassword | The user entered an incorrect password. |
| InvalidUserID | The user entered an incorrect user ID. |
| LicenseUnavailable | No licenses are available for the product. |
| LoginSuccessful | The logon in was successful. |
| LoginUnknown | An unknown error has occurred. |
| UserCancelled | The user cancelled the Login dialog. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.LoginResultType