Table of Contents

Enum UnreadCountError

Enumerates the types of errors that can occur when fetching the unread message count.

public enum UnreadCountError

Fields

FailedToFetch = 1

Fetching the unread count failed due to network or server issues.

NoConversation = 2

There is no conversation found for which to count unread messages.

NoUser = 0

No user was specified or the user session is missing.