Library Commands Object Model Reference

DownloadSurveyCommand.ErrorType Enumeration

An enumeration of the types of errors that can be encountered while download a survey asset.

public enum DownloadSurveyCommand.ErrorType

Members

Member Name Description
AssetDoesNotExist Indicates that we could not find the asset in the library.
AssetRetrievalError Indicates that an error occurred retrieving the asset.
LocalSaveFailed An error occurred while attempting to open and save the asset locally.
MissingLibrary Indicates that NoLibrary has been provided
MissingAssetName Indicates that no AssetName has been provided.
MissingDestinationFolder Indicates that no DestinationFolder has been provided.
DestinationFolderDoesNotExist Indicates that the DestinationFolder specified does NOT exist, and we were not told to create it.
DestinationFolderCouldNotCreate Indicates that the DestinationFolder specified does NOT exist, and we could not create it as requested.
Unknown Indicates an unknown error has been encountered.

Requirements

Namespace: Spss.Dimensions.Library.Commands

Assembly: Spss.Dimensions.Library.Commands (in Spss.Dimensions.Library.Commands.dll)

See Also

Spss.Dimensions.Library.Commands Namespace