Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class Standards.JSON.DecodeError

Inheritance graph
Error.Generic Standards.JSON.DecodeError
Description

Error thrown when JSON decode fails.


Variable err_pos

int Standards.JSON.DecodeError.err_pos

Description

The failing position in err_str.


Variable err_str

string Standards.JSON.DecodeError.err_str

Description

The string that failed to be decoded.


Inherit Generic

inherit Error.Generic : Generic