I_ServiceErrorClass
Generic interface for error query and storage. For objects that implement this interface, error information such as the error code, source of error or error text can be queried or compared.
Inheritance hierarchy
I_ServiceErrorClass
Namespace: Tc3_Collections
Library: Tc3_Collections (Tc3_Collections.compiled-library)
INTERFACE I_ServiceErrorClass
Methods
Name | Description |
---|---|
Copies object data from another object instance | |
Converts own object data to a formatted string (e.g. for log outputs) | |
Value comparison of own object data (error information) with external data values | |
Value comparison of own object data (error information) with external data values | |
Value comparison of own object data (error information) with the data of another object instance | |
Checks own object data (error information) for failure | |
Checks own object data (error information) for success | |
Stores error information in its own object instance | |
Stores success information in own object instance |
Properties
Name | Type | Access | Description |
---|---|---|---|
Get | Object data as a structured type |