Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LeaveChannelError

Index

Enumeration members

LEAVE_CHANNEL_ERR_FAILURE

LEAVE_CHANNEL_ERR_FAILURE: = 1

1: Common failure. The user fails to leave the channel.

LEAVE_CHANNEL_ERR_NOT_IN_CHANNEL

LEAVE_CHANNEL_ERR_NOT_IN_CHANNEL: = 3

3: The user is not in the channel.

LEAVE_CHANNEL_ERR_REJECTED

LEAVE_CHANNEL_ERR_REJECTED: = 2

2: RESERVED FOR FUTURE USE

LEAVE_CHANNEL_ERR_USER_NOT_LOGGED_IN

LEAVE_CHANNEL_ERR_USER_NOT_LOGGED_IN: = 102

102: The user does not call the login method, or the method call of login does not succeed before calling the leave method.