The login result. Note: changes to this list must be updated in billing

Namespace:  T4
Assembly:  T4Definitions.20 (in T4Definitions.20.dll)

Syntax

C#
[ObfuscationAttribute(Feature = "renaming", Exclude = true)]
public enum LoginResult
Visual Basic (Declaration)
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _
Public Enumeration LoginResult
Visual C++
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)]
public enum class LoginResult

Members

Member nameDescription
Unknown
Result unknown at this time
Success
Login succeeded.
Failed
Login failed, most likely incorrect user and password combination.
ApplicationNotValid
Application name was not found, not enabled or the license code was incorrect.
FirmNotAllowed
Firm does not have permission to access this application.
UserNotAllowed
User does not have permission to access this application.
IncorrectVersion
Api version is too old and no longer supported by the server.
LoggedInElsewhere
Your username and application have logged in another instance (either on the same machine or a different machine) and this api instance has been disconnected.
Logout
Logging out
UnexpectedDisconnect
Connection ended unexpectedly
Unauthorized
Received unauthorized messages while not logged in
UnexpectedError
An unexpected error occurred on the connection
RoleNotSupported
Role is not supported by this server type
APIMessageBacklog
User disconnected due to a messaging backlog in the API
ServerMessageBacklog
User disconnected due to a messaging backlog in the server
PasswordExpired
Your password has expired and must be changed before you can login again. See section on Password Complexity and Expiration.
PasswordChangeFailed
The password change failed. If this occurs in response to a login attempt it means login failed.
PasswordAlreadyUsed
The password change failed due to the password having been used in the past. If this occurs in response to a login attempt it means login failed.
LockedOut
Your username has been locked out of the system because of too many failed login attempts. You will need to have your firm’s administrator reset the user.

See Also