Troubleshooting
If an error occurs during an operation, then the Web Service displays an error message. The LogMessageCollection structure is available for this. In this structure individual messages are displayed according to object types.
The LogMessageCollection structure has the following elements:
LogMessageCollection Elements
Element |
Description |
LogMessage |
Contains general messages that do not refer to a specific object or change list. |
LogMessageChangeList |
Contains messages that refer to the change list in the context of which the Web Service was called. |
LogMessage<ObjectType> |
Contains messages that refer to a specific object type. For each object the structure contains the object key (<Objecttype>ID) and a message (LogMessageItem). |
LogMessageItem |
Contains individual messages for specific objects. ● SeverityCode: Specifies the severity of the error. For more information, see below. ● ClassificationCode: Specifies the technical error code for the classification of the error. For more information, see below. ● Message: Contains the message text. |
When an error occurs, the LogMessageCollection structure is always displayed completely. If no message was displayed for a particular object then this part of the structure remains empty.
Errors are classified in error messages using a severity code and a technical error code.
More information: