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
DBFILESSearchErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESSearchErrorInvalidArgument
Swift
case invalidArgument = 1
-
Something went wrong, please try again.
Declaration
Objective-C
DBFILESSearchErrorInternalError
Swift
case internalError = 2
-
(no description).
Declaration
Objective-C
DBFILESSearchErrorOther
Swift
case other = 3