DBFILESExportErrorTag

Objective-C

enum DBFILESExportErrorTag : NSInteger {}

Swift

@frozen enum DBFILESExportErrorTag : Int, @unchecked Sendable

The DBFILESExportErrorTag enum type represents the possible tag states with which the DBFILESExportError union can exist.

  • (no description).

    Declaration

    Objective-C

    DBFILESExportErrorPath

    Swift

    case path = 0
  • This file type cannot be exported. Use download instead.

    Declaration

    Objective-C

    DBFILESExportErrorNonExportable

    Swift

    case nonExportable = 1
  • The specified export format is not a valid option for this file type.

    Declaration

    Objective-C

    DBFILESExportErrorInvalidExportFormat

    Swift

    case invalidExportFormat = 2
  • The exportable content is not yet available. Please retry later.

    Declaration

    Objective-C

    DBFILESExportErrorRetryError

    Swift

    case retryError = 3
  • (no description).

    Declaration

    Objective-C

    DBFILESExportErrorOther

    Swift

    case other = 4