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