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
DBFILESThumbnailV2ErrorPath
Swift
case path = 0
-
The file extension doesn’t allow conversion to a thumbnail.
Declaration
Objective-C
DBFILESThumbnailV2ErrorUnsupportedExtension
Swift
case unsupportedExtension = 1
-
The image cannot be converted to a thumbnail.
Declaration
Objective-C
DBFILESThumbnailV2ErrorUnsupportedImage
Swift
case unsupportedImage = 2
-
An error occurred during thumbnail conversion.
Declaration
Objective-C
DBFILESThumbnailV2ErrorConversionError
Swift
case conversionError = 3
-
Access to this shared link is forbidden.
Declaration
Objective-C
DBFILESThumbnailV2ErrorAccessDenied
Swift
case accessDenied = 4
-
The shared link does not exist.
Declaration
Objective-C
DBFILESThumbnailV2ErrorNotFound
Swift
case notFound = 5
-
(no description).
Declaration
Objective-C
DBFILESThumbnailV2ErrorOther
Swift
case other = 6