in Sources/OpenCore/OpenCore.xcframework/ios-arm64/OpenCore.framework/Headers/ORGCDAsyncSocket.h [42:52]
typedef NS_ENUM(NSInteger, ORGCDAsyncSocketError) {
ORGCDAsyncSocketNoError = 0, // Never used
ORGCDAsyncSocketBadConfigError, // Invalid configuration
ORGCDAsyncSocketBadParamError, // Invalid parameter was passed
ORGCDAsyncSocketConnectTimeoutError, // A connect operation timed out
ORGCDAsyncSocketReadTimeoutError, // A read operation timed out
ORGCDAsyncSocketWriteTimeoutError, // A write operation timed out
ORGCDAsyncSocketReadMaxedOutError, // Reached set maxLength without completing
ORGCDAsyncSocketClosedError, // The remote peer closed the connection
ORGCDAsyncSocketOtherError, // Description provided in userInfo
};