InvalidStateException

An action was attempted when a ChatInstanceProvider was in an invalid state.

Some examples of invalid states might be:

  • calling ChatInstanceProvider.connect on an unprepared provider;

  • calling ChatInstanceProvider.prepare on a prepared or connected provider;

  • calling ChatThreadHandler.endContact on a channel that is not set to Live Chat.

Further details are available in the exception description.

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard