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.