TFORMer SDK - DLL/Library
8
|
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. |
Retrieve error information.
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).
pInstance | The TFORMer instance provided by a previous call to TFormer_Init |
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.
pInstance | The TFORMer instance provided by a previous call to TFormer_Init |
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).
pInstance | The TFORMer instance provided by a previous call to TFormer_Init |
© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Sat Oct 5 2024 05:08:16 for TFORMer SDK - DLL/Library with doxygen 1.7.6.1 |