DBFILESRelocationBatchResultEntryTag
Objective-C
enum DBFILESRelocationBatchResultEntryTag : NSInteger {}
Swift
@frozen enum DBFILESRelocationBatchResultEntryTag : Int, @unchecked Sendable
The DBFILESRelocationBatchResultEntryTag
enum type represents the possible
tag states with which the DBFILESRelocationBatchResultEntry
union can
exist.
-
(no description).
Declaration
Objective-C
DBFILESRelocationBatchResultEntrySuccess
Swift
case success = 0
-
(no description).
Declaration
Objective-C
DBFILESRelocationBatchResultEntryFailure
Swift
case failure = 1
-
(no description).
Declaration
Objective-C
DBFILESRelocationBatchResultEntryOther
Swift
case other = 2