StreamChannelNotFoundException

class StreamChannelNotFoundException(val cid: String, val message: String = "Channel with cid ") : StreamException

Identifies that channel with given cid not found.

Constructors

Link copied to clipboard
constructor(cid: String, message: String = "Channel with cid ")

Properties

Link copied to clipboard
val cid: String
Link copied to clipboard
open override val message: String

Inherited properties

Link copied to clipboard
open val cause: Throwable?

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard