Autodesk Vault ProfessionalVault API

ErrorMessages Property

Autodesk.DataManagement.Client.Framework.Vault.ResultsLogInResult

Gets any errors that occured while Logging In. This is populated when Success is false. The dictionary could contain several different errors.

Syntax

public System.Collections.Generic.Dictionary<LogInResult.LogInErrors,string> ErrorMessages {get;}
Public ReadOnly Property ErrorMessages As System.Collections.Generic.Dictionary(Of LogInResult.LogInErrors,String)

See Also