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
data class MessageModerationFailedException(val details: List<MessageModerationFailedException.Detail>, val message: String? = null) : StreamCodeException
Corresponding exception to ChatErrorCode.MESSAGE_MODERATION_FAILED.
Link copied to clipboard
Exceptions hierarchy based on backed error codes.
Link copied to clipboard
Stream root exception.
Link copied to clipboard
Exceptions hierarchy for SDK internal usage only.