Messages : 22 Error Message : 22.6 Error: Unexpected Key
 
22.6 Error: Unexpected Key
An unexpected key is present for a particular JSON Object.
 
NOTE: This error is caught ONLY when the following configuration parameter is present: *ads*catchUnknownJsonKeys: True.
 
An Unexpected Key of "PlaceHolder" is Present
 
SENT:
{
    "ID": 2,
    "PlaceHolder": "1",
    "Key": {
        "Name": "TRI.N"
    }
}
 
RECEIVED:
[
    {
        "ID": 2,
        "Type": "Error",
        "Text": "JSON Unexpected Key. Received 'PlaceHolder'",
        "Debug": {
            "File": "Converter/jsonToRwfSimple.C",
            "Line": 1383,
            "Offset": 16,
            "Message": "{\n    \"ID\": 2,\n    \"PlaceHolder\": 1,\n    \"Key\": {\n        \"Name\":
                    \"TRI.N\"\n    }\n}"
        }
    }
]