DBCOMMONPathRootErrorTag
Objective-C
enum DBCOMMONPathRootErrorTag : NSInteger {}
Swift
@frozen enum DBCOMMONPathRootErrorTag : Int, @unchecked Sendable
The DBCOMMONPathRootErrorTag enum type represents the possible tag states
with which the DBCOMMONPathRootError union can exist.
-
The root namespace id in Dropbox-API-Path-Root header is not valid. The value of this error is the user’s latest root info.
Declaration
Objective-C
DBCOMMONPathRootErrorInvalidRootSwift
case invalidRoot = 0 -
You don’t have permission to access the namespace id in Dropbox-API-Path-Root header.
Declaration
Objective-C
DBCOMMONPathRootErrorNoPermissionSwift
case noPermission = 1 -
(no description).
Declaration
Objective-C
DBCOMMONPathRootErrorOtherSwift
case other = 2
View on GitHub
DBCOMMONPathRootErrorTag Enumeration Reference