Preparing search index...
The search index is not available
Documentation
Documentation
modules/chatroom/PLVChatroomManager
PLVChatroomError
Class PLVChatroomError
聊天室错误码
Hierarchy
Error
PLVChatroomError
Implements
unknown
<
object
|
undefined
>
Index
Constructors
constructor
Properties
code
data?
message
name
stack?
MESSAGE_
IS_
NULL
ROOM_
IS_
CLOSED
ROOM_
NOT_
CONNECTED
USER_
IS_
BANNED
Methods
bind
Data
Constructors
constructor
new PLVChatroom
Error
(
message
,
code
)
:
PLVChatroomError
Parameters
message
:
string
code
:
number
Returns
PLVChatroomError
Properties
code
code
:
number
Optional
data
data
?:
object
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Static
Readonly
MESSAGE_
IS_
NULL
MESSAGE_
IS_
NULL
:
PLVChatroomError
= ...
Static
Readonly
ROOM_
IS_
CLOSED
ROOM_
IS_
CLOSED
:
PLVChatroomError
= ...
Static
Readonly
ROOM_
NOT_
CONNECTED
ROOM_
NOT_
CONNECTED
:
PLVChatroomError
= ...
Static
Readonly
USER_
IS_
BANNED
USER_
IS_
BANNED
:
PLVChatroomError
= ...
Methods
bind
Data
bind
Data
(
data
?
)
:
PLVChatroomError
Parameters
Optional
data
:
object
Returns
PLVChatroomError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
data
message
name
stack
MESSAGE_
IS_
NULL
ROOM_
IS_
CLOSED
ROOM_
NOT_
CONNECTED
USER_
IS_
BANNED
Methods
bind
Data
Documentation
Loading...
聊天室错误码