The ErrorDescription property specifies a textual description for the error that occurred with the associated object.
object.ErrorDescription
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
String
Read-only
HRESULT GetErrorDescription(BSTR *pRetVal);
The following table explains how the interpretation of the ErrorDescription property depends on the object with which it is associated.
Object | Description |
---|---|
PackageLogRecord object | Error description returned from package Execute method. |
StepLineage, StepLogRecord objects | Error description returned from step Execute method. |
TaskLogRecord object | Error description associated with this log record, as determined by the logging task. |