MISMATCHING_TOKEN_UPDATE constant

int const MISMATCHING_TOKEN_UPDATE

This code is used by ConversationClient.updateToken if updated token does not match the original token.

This error often indicates that you have updated token with a different identity, which is not allowed - you cannot change client identity mid-flight. If this error is returned, you should shutdown and re-create ChatClient.

Implementation

static const int MISMATCHING_TOKEN_UPDATE = -5;