UZSocketErrorCode
NS_ENUM (NSUInteger, UZSocketErrorCode) {
UZSocketErrorCode_PreView = 201, /// Preview failed
UZSocketErrorCode_GetStreamInfo = 202, /// Failed to obtain streaming information
UZSocketErrorCode_ConnectSocket = 203, /// Socket connection failed
UZSocketErrorCode_Verification = 204, /// Authentication server failed
UZSocketErrorCode_ReConnectTimeOut = 205 /// Reconnect server timeout
}
Undocumented
-
Undocumented
Declaration
Objective-C
UZSocketErrorCode_PreView = 201
-
Preview failed
Declaration
Objective-C
UZSocketErrorCode_GetStreamInfo = 202
-
Failed to obtain streaming information
Declaration
Objective-C
UZSocketErrorCode_ConnectSocket = 203
-
Socket connection failed
Declaration
Objective-C
UZSocketErrorCode_Verification = 204
-
Authentication server failed
Declaration
Objective-C
UZSocketErrorCode_ReConnectTimeOut = 205