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

    DBCOMMONPathRootErrorInvalidRoot

    Swift

    case invalidRoot = 0
  • You don’t have permission to access the namespace id in Dropbox-API-Path-Root header.

    Declaration

    Objective-C

    DBCOMMONPathRootErrorNoPermission

    Swift

    case noPermission = 1
  • (no description).

    Declaration

    Objective-C

    DBCOMMONPathRootErrorOther

    Swift

    case other = 2