errorUnsupportedClient constant
String
const errorUnsupportedClient
Error: the client cannot decode operations the server's document holds.
Sent when the handshake capabilities miss an operation kind the server
has (see SyncCapabilities). Permanent: only a newer client build fixes
it.
Implementation
static const String errorUnsupportedClient = 'UNSUPPORTED_CLIENT';