DBACCOUNTSetProfilePhotoErrorTag
Objective-C
enum DBACCOUNTSetProfilePhotoErrorTag : NSInteger {}
                Swift
@frozen enum DBACCOUNTSetProfilePhotoErrorTag : Int, @unchecked Sendable
                The DBACCOUNTSetProfilePhotoErrorTag enum type represents the possible tag
states with which the DBACCOUNTSetProfilePhotoError union can exist.
- 
                  
                  
File cannot be set as profile photo.
Declaration
Objective-C
DBACCOUNTSetProfilePhotoErrorFileTypeErrorSwift
case fileTypeError = 0 - 
                  
                  
File cannot exceed 10 MB.
Declaration
Objective-C
DBACCOUNTSetProfilePhotoErrorFileSizeErrorSwift
case fileSizeError = 1 - 
                  
                  
Image must be larger than 128 x 128.
Declaration
Objective-C
DBACCOUNTSetProfilePhotoErrorDimensionErrorSwift
case dimensionError = 2 - 
                  
                  
Image could not be thumbnailed.
Declaration
Objective-C
DBACCOUNTSetProfilePhotoErrorThumbnailErrorSwift
case thumbnailError = 3 - 
                  
                  
Temporary infrastructure failure, please retry.
Declaration
Objective-C
DBACCOUNTSetProfilePhotoErrorTransientErrorSwift
case transientError = 4 - 
                  
                  
(no description).
Declaration
Objective-C
DBACCOUNTSetProfilePhotoErrorOtherSwift
case other = 5 
View on GitHub
        DBACCOUNTSetProfilePhotoErrorTag Enumeration Reference