ErrDescription
- Last UpdatedJan 25, 2024
- 1 minute read
The ErrDescription property is a read-only property that returns an error message if the Run method fails.
Syntax
Result = aaHistClientWorkbookRunner.ErrDescription;
Return Value
The return value is a message. The error message describes the reason for the failure.
Remarks
The default is an empty message value ( "" ).