LogInResult.LogInErrors Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Results
Categorizes the type of error that can be returned
Syntax
public enum LogInResult.LogInErrors : System.Enum Public Enum LogInResult.LogInErrors
Inherits System.EnumMembers
| Member | Description |
|---|---|
| AuthenticationError | The error is related to authenticating the credentials. |
| InvalidAutodeskAccount | The error is related to the Autodesk Account |
| InvalidServer | The error is related to the Server name |
| InvalidUserName | The error is related to the UserName and/or Password |
| InvalidVaultName | The error is related to the Vault name |
| Unknown | The error is unexpected |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Results.LogInResult.LogInErrors