decodeErrorr constant

String const decodeErrorr

Decode error event

The change notification received from CouchDB cannot be transformed into valid JSON, this may be a temporary issue, the client must decide whether to continue on or re-initialise the change notification class.

Implementation

static const String decodeErrorr = 'decode';