Function tfcatMessage( tfcat )

Description:
Returns a human-readable message associated with the parsing of a TFCat text. This will be empty for a string fully compliant with the TFCat standard, but will contain error messages otherwise.
Parameters:
tfcat (String)
JSON string giving TFCat text
Return Value (String):
message text
Signature:
String tfcatMessage(String)