Class Standards.JSON.DecodeError

Inheritance graph
Error.Generic Standards.JSON.DecodeError
Description

Error thrown when JSON decode fails.


Inherit Generic

inherit Error.Generic : Generic


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.