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
DBFILESRelocationBatchResultEntrySuccessSwift
case success = 0 -
(no description).
Declaration
Objective-C
DBFILESRelocationBatchResultEntryFailureSwift
case failure = 1 -
(no description).
Declaration
Objective-C
DBFILESRelocationBatchResultEntryOtherSwift
case other = 2
View on GitHub
DBFILESRelocationBatchResultEntryTag Enumeration Reference