System exceptions
A system exception occurs when an unexpected event prevents the normal completion of a web method. The web service returns a SOAP exception to indicate the error occurred, and logs the details in the exception log. To improve security, a generic system exception message will be returned, telling the user to contact the system administrator for more details about the error. The details of the exception must be examined by the Dynamics GP service administrator.
A logged data exception object represents a system exception. The GetLoggedExceptionDataByKey method uses the exception's log ID to retrieve a logged data exception object.
The GetLoggedExceptionDataList method returns a list of logged exception summary objects. The method returns the list of exceptions logged during a specified time period.