invalidJson constant

int const invalidJson

Error code indicating that badly formed JSON was received upstream. This either indicates you have done something unusual with modifying how things encode to JSON, or the network is failing badly.

Implementation

static const int invalidJson = 107;