Package-level declarations

Types

Link copied to clipboard

Identifies that message cannot be deleted, because it is in failed state due to the moderation violations.

Link copied to clipboard
class StreamChannelNotFoundException(val cid: String, val message: String = "Channel with cid ") : StreamException

Identifies that channel with given cid not found.

Link copied to clipboard

Exceptions hierarchy based on backend error codes.

Link copied to clipboard
sealed class StreamException : Exception

Stream root exception.

Link copied to clipboard

Exceptions hierarchy for SDK internal usage only.