Callback_agg_error()
Description: |
Callback procedure, informs of an error or condition detected within the library. Procedure body has to be created elsewhere in the project (externally with respect to the library). |
Syntax: |
sub callback_agg_error(failure_code as en_agg_status_codes, byref error_item as string) |
Returns: |
--- |
See Also: |
--- |
Parameter |
Description |
failure_code |
One of the en_agg_status_codes |
error_item |
Name of the item in question, for example, the name of a setting A-variable. |