The response body contains information regarding an error that occured.
The data may be formatted in json or xml.
WebConnect returns all of it's error information in one root object 'error'. This root object always contains the nodes 'code' and 'message'.
{ "error": { "code": "errRecordLocked", "message": "errRecordLocked:The record is locked by another user.Try again later." } }
<?xml version="1.0" encoding="utf-8" ?> <error> <code>errRecordLocked</code> <message>errRecordLocked:The record is locked by another user.Try again later.</message> </error>
The following rules apply: