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

I_ServiceErrorClass 1: Methods

Name

Description

CopyFrom

Copies object data from another object instance

Dump

Converts own object data to a formatted string (e.g. for log outputs)

Equal

Value comparison of own object data (error information) with external data values

EqualEx

Value comparison of own object data (error information) with external data values

EqualTo

Value comparison of own object data (error information) with the data of another object instance

IsFailed

Checks own object data (error information) for failure

IsSucceeded

Checks own object data (error information) for success

SetFailedEx

Stores error information in its own object instance

SetSucceeded

Stores success information in own object instance

I_ServiceErrorClass 2: Properties

Name

Type

Access

Description

stError

ST_ServiceErrorClass

Get

Object data as a structured type