DBFILESThumbnailV2ErrorTag
Objective-C
enum DBFILESThumbnailV2ErrorTag : NSInteger {}
Swift
@frozen enum DBFILESThumbnailV2ErrorTag : Int, @unchecked Sendable
The DBFILESThumbnailV2ErrorTag enum type represents the possible tag
states with which the DBFILESThumbnailV2Error union can exist.
-
An error occurred when downloading metadata for the image.
Declaration
Objective-C
DBFILESThumbnailV2ErrorPathSwift
case path = 0 -
The file extension doesn’t allow conversion to a thumbnail.
Declaration
Objective-C
DBFILESThumbnailV2ErrorUnsupportedExtensionSwift
case unsupportedExtension = 1 -
The image cannot be converted to a thumbnail.
Declaration
Objective-C
DBFILESThumbnailV2ErrorUnsupportedImageSwift
case unsupportedImage = 2 -
An error occurred during thumbnail conversion.
Declaration
Objective-C
DBFILESThumbnailV2ErrorConversionErrorSwift
case conversionError = 3 -
Access to this shared link is forbidden.
Declaration
Objective-C
DBFILESThumbnailV2ErrorAccessDeniedSwift
case accessDenied = 4 -
The shared link does not exist.
Declaration
Objective-C
DBFILESThumbnailV2ErrorNotFoundSwift
case notFound = 5 -
(no description).
Declaration
Objective-C
DBFILESThumbnailV2ErrorOtherSwift
case other = 6
View on GitHub
DBFILESThumbnailV2ErrorTag Enumeration Reference