Function JSONParseResult.errorString

The error message if JSON source was not successfully parsed. See the error constants.

String errorString() nothrow @property @nogc;

void errorString (
  String v
) nothrow @property @nogc;