DBFILESListRevisionsErrorTag
Objective-C
enum DBFILESListRevisionsErrorTag : NSInteger {}
Swift
@frozen enum DBFILESListRevisionsErrorTag : Int, @unchecked Sendable
The DBFILESListRevisionsErrorTag enum type represents the possible tag
states with which the DBFILESListRevisionsError union can exist.
-
(no description).
Declaration
Objective-C
DBFILESListRevisionsErrorPathSwift
case path = 0 -
(no description).
Declaration
Objective-C
DBFILESListRevisionsErrorOtherSwift
case other = 1
View on GitHub
DBFILESListRevisionsErrorTag Enumeration Reference