DownloadFileResult
public enum DownloadFileResult : String
Result of downloading RemoteFile operation
-
success
Declaration
Swift
case noError -
unknown error
Declaration
Swift
case unknownError -
internal error
Declaration
Swift
case internalError -
The space id was invalid
Declaration
Swift
case invalidSpaceId -
The message id was invalid
Declaration
Swift
case invalidMessageID -
The content index was invalid
Declaration
Swift
case invalidContentIndex -
The file download path was invalid
Declaration
Swift
case invalidDownloadPath -
The content was invalid
Declaration
Swift
case invalidContent -
The
RemoteFilewas blockedDeclaration
Swift
case blocked -
The
RemoteFileis not scannableDeclaration
Swift
case fileIsUnscannable
View on GitHub