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
open val cause: Throwable?
Link copied to clipboard
val cid: String
Link copied to clipboard
open override val message: String