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

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