DBFILESSearchErrorTag
Objective-C
enum DBFILESSearchErrorTag : NSInteger {}
Swift
@frozen enum DBFILESSearchErrorTag : Int, @unchecked Sendable
The DBFILESSearchErrorTag enum type represents the possible tag states
with which the DBFILESSearchError union can exist.
-
(no description).
Declaration
Objective-C
DBFILESSearchErrorPathSwift
case path = 0 -
(no description).
Declaration
Objective-C
DBFILESSearchErrorInvalidArgumentSwift
case invalidArgument = 1 -
Something went wrong, please try again.
Declaration
Objective-C
DBFILESSearchErrorInternalErrorSwift
case internalError = 2 -
(no description).
Declaration
Objective-C
DBFILESSearchErrorOtherSwift
case other = 3
View on GitHub
DBFILESSearchErrorTag Enumeration Reference