ChatCompositeErrorCode

public struct ChatCompositeErrorCode

Chat Composite runtime error types.

  • Error when adapter fails to connect to a chat.

    Declaration

    Swift

    public static let joinFailed: String
  • Error when local user fails to send message.

    Declaration

    Swift

    public static let sendMessageFailed: String
  • Error when local user fails to connect to real time notification service

    Declaration

    Swift

    public static let startEventNotificationsFailed: String
  • Error when trying to fetch the messages from service

    Declaration

    Swift

    public static let fetchMessagesFailed: String
  • Error when trying to retrieve the participants in chat

    Declaration

    Swift

    public static let requestParticipantsFetchFailed: String
  • Error sending the read receipts up to the service

    Declaration

    Swift

    public static let sendReadReceiptFailed: String
  • Error sending the typing indicator event up to the service

    Declaration

    Swift

    public static let sendTypingIndicatorFailed: String
  • Error when a chat disconnects unexpectedly or fails on ending. (event code?)

    Declaration

    Swift

    public static let disconnectFailed: String