PLVSocketLoginErrorCode
Objective-C
enum PLVSocketLoginErrorCode : NSInteger {}
Swift
enum PLVSocketLoginErrorCode : Int, @unchecked Sendable
socket 登录失败错误码 注意:需要与BusinessSDK的PLVBSocketErrorCode枚举对齐
-
Undocumented
Declaration
Objective-C
PLVSocketLoginErrorCodeAckError = -100
Swift
case ackError = -100
-
Undocumented
Declaration
Objective-C
PLVSocketLoginErrorCodeTokenExpired = -101
Swift
case tokenExpired = -101
-
Undocumented
Declaration
Objective-C
PLVSocketLoginErrorCodeLoginRefuse = -102
Swift
case loginRefuse = -102
-
Undocumented
Declaration
Objective-C
PLVSocketLoginErrorCodeRelogin = -103
Swift
case relogin = -103
-
Undocumented
Declaration
Objective-C
PLVSocketLoginErrorCodeKick = -104
Swift
case kick = -104