LoggedExceptionData
Description
A set of information describing a validation error, validation warning, or system error.
Properties
Property | Type | Length | Default | Description |
|---|---|---|---|---|
LogId | GUID | N/A | N/A | A key that uniquely identifies the exception. |
ExceptionType | N/A | N/A | A business exception type object that specifies whether the exception is a Validation Exception or a System Exception. | |
ExceptionDetail | N/A | N/A | An exception information object that details the exception that created the current exception. | |
ValidationResult | N/A | Empty | A validation result object that contains each validation error or warning. If ExceptionType is System Exception, ValidationResult is null. | |
ServiceType | string | 100 | N/A | The type of operation. Operations include Create, Update, Delete, Void, GetByKey or GetList. |
BusinessObjectType | string | 100 | N/A | Specifies the type of business object. |
User | string | N/A | N/A | Specifies the user that made the web service call causing the exception. |
Context | N/A | N/A | Specifies the context object for the operation. | |
RequestXml | string | N/A | N/A | Serialized XML representing the input parameters. |
LoggedDate | dateTime | N/A | Current system date | The date the exception was logged. |