UnflagUserError

data class UnflagUserError(val streamError: Error) : MessageListController.ErrorEvent

Deprecated

The backend no longer supports un-flagging. This call does nothing and will be removed in the next major version.

Error occurring during the operation of un-flagging a user.

Parameters

streamError

Contains the original Throwable along with a message.

Constructors

Link copied to clipboard
constructor(streamError: Error)

Properties

Link copied to clipboard
open override val streamError: Error