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
DBFILESListRevisionsErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESListRevisionsErrorOther
Swift
case other = 1