ChannelMemberLimitExceededException

class ChannelMemberLimitExceededException(val channelId: String, val limit: Int) : Exception(source)

Constructors

Link copied to clipboard
constructor(channelId: String, limit: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
open val message: String?