BSGErrorType
Objective-C
enum BSGErrorType : NSUInteger {}
Swift
struct BSGErrorType : OptionSet, @unchecked Sendable
Denote which platform or runtime the Error occurred in.
-
Undocumented
Declaration
Objective-C
BSGErrorTypeCocoa
Swift
static var cocoa: BSGErrorType { get }
-
Undocumented
Declaration
Objective-C
BSGErrorTypeC
Swift
static var c: BSGErrorType { get }
-
Undocumented
Declaration
Objective-C
BSGErrorTypeReactNativeJs
Swift
static var reactNativeJs: BSGErrorType { get }
-
Undocumented
Declaration
Objective-C
BSGErrorTypeCSharp
Swift
static var cSharp: BSGErrorType { get }