Enum UnreadCountError
Enumerates the types of errors that can occur when fetching the unread message count.
public enum UnreadCountError
Fields
FailedToFetch = 1Fetching the unread count failed due to network or server issues.
NoConversation = 2There is no conversation found for which to count unread messages.
NoUser = 0No user was specified or the user session is missing.