Autodesk Vault ProfessionalVault API

LogInResult.LogInErrors Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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.Enum

Members

MemberDescription
AuthenticationErrorThe error is related to authenticating the credentials.
InvalidAutodeskAccountThe error is related to the Autodesk Account
InvalidServerThe error is related to the Server name
InvalidUserNameThe error is related to the UserName and/or Password
InvalidVaultNameThe error is related to the Vault name
UnknownThe error is unexpected

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Results.LogInResult.LogInErrors

See Also