ServerCommunicationError

Exception reported when the SDK encounters a communication error (e.g., server reports failure in response to an action, or a WebSocket send fails).

The message will contain a simple code string which marks reported error. Errors include but are not limited to:

  • SendingMessageFailed

  • RecoveringLivechatFailed

  • RecoveringThreadFailed

  • SendingOutboundFailed

  • UpdatingThreadFailed

  • ArchivingThreadFailed

  • SendingTranscriptFailed

  • SendingOfflineMessageFailed

  • MetadataLoadFailed

  • SendingVisitorInfoFailed

  • WebSocketSendFailed

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?