FWAsyncSocketError
NS_ERROR_ENUM(FWAsyncSocketErrorDomain, FWAsyncSocketError) {
FWAsyncSocketNoError = 0, // Never used
FWAsyncSocketBadConfigError, // Invalid configuration
FWAsyncSocketBadParamError, // Invalid parameter was passed
FWAsyncSocketConnectTimeoutError, // A connect operation timed out
FWAsyncSocketReadTimeoutError, // A read operation timed out
FWAsyncSocketWriteTimeoutError, // A write operation timed out
FWAsyncSocketReadMaxedOutError, // Reached set maxLength without completing
FWAsyncSocketClosedError, // The remote peer closed the connection
FWAsyncSocketOtherError, // Description provided in userInfo
}
Undocumented
-
Undocumented
Declaration
Objective-C
FWAsyncSocketNoError = 0
-
Undocumented
Declaration
Objective-C
FWAsyncSocketBadConfigError
-
Undocumented
Declaration
Objective-C
FWAsyncSocketBadParamError
-
Undocumented
Declaration
Objective-C
FWAsyncSocketConnectTimeoutError
-
Undocumented
Declaration
Objective-C
FWAsyncSocketReadTimeoutError
-
Undocumented
Declaration
Objective-C
FWAsyncSocketWriteTimeoutError
-
Undocumented
Declaration
Objective-C
FWAsyncSocketReadMaxedOutError
-
Undocumented
Declaration
Objective-C
FWAsyncSocketClosedError
-
Undocumented
Declaration
Objective-C
FWAsyncSocketOtherError