undefined if the stack of errors was empty, otherwise a string with the error message
If we have the following invalid JSON:
{
"a": "b
}
We get the following error message:
Cannot parse this value.
2| "a": "b
^
Expected a double quote: "
Convert a stack of errors to a string.