TFORMer SDK - DLL/Library  8
Functions
Error-Handling

Retrieve error information. More...

Functions

LPCSTR TFormer_GetLastErrorDescription (HTFORM pInstance)
 Returns the last error description as string.
LPCSTR TFormer_GetLastErrorInformation (HTFORM pInstance)
 Returns the last error information as string.
LPCSTR TFormer_GetLastErrorSource (HTFORM pInstance)
 Returns the last error source as string.

Detailed Description

Retrieve error information.


Function Documentation

LPCSTR TFormer_GetLastErrorDescription ( HTFORM  pInstance)

Returns the last error description as string.

This function is used to retrieve detailed information about an error. Call this function after any method returned an error code not equal to ErrOk (0).

Returns:
Error description or empty string if no description is available.
Parameters:
pInstanceThe TFORMer instance provided by a previous call to TFormer_Init
Warning:
Subject to change!
See also:
TFormer_GetLastErrorInformation, TFormer_GetLastErrorSource
LPCSTR TFormer_GetLastErrorInformation ( HTFORM  pInstance)

Returns the last error information as string.

This function is used to retrieve detailed information about an error. Call this function after any method returned an error code not equal to ErrOk (0). The error information holds extra information regarding the error - e.g. the text of a validation rule.

Returns:
Error information or empty string if no information is available.
Parameters:
pInstanceThe TFORMer instance provided by a previous call to TFormer_Init
Warning:
Subject to change!
See also:
TFormer_GetLastErrorDescription, TFormer_GetLastErrorSource
LPCSTR TFormer_GetLastErrorSource ( HTFORM  pInstance)

Returns the last error source as string.

This function is used to retrieve detailed information about an error. . Call this function after any method returned an error code not equal to ErrOk (0).

Returns:
Error source or empty string if no source information is available
Parameters:
pInstanceThe TFORMer instance provided by a previous call to TFormer_Init
Warning:
Subject to change!
See also:
TFormer_GetLastErrorDescription, TFormer_GetLastErrorInformation

© 2006-2021 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Nov 17 2021 12:13:03 for TFORMer SDK - DLL/Library with doxygen 1.7.6.1