Returns the error code from the error class from getLastError(). |
Synopsis
int getErrorCode(errClass err | dyn_errClass err); |
Parameters
Parameters |
Meaning |
err |
Return value from getLastError().The parameter dyn_errClass returns the element of the LAST (!!) error that occurred. |
Return value
The function returns the code of the error in question. |
Errors
If there were no errors. |
Description
The value returned from the Control function getLastError()
defines an error class that is composed of several attributes. From this,
the code can be filtered out, for example, with getErrorCode().
The possible error messages can be found in the file < |
Example |
main()
|
Member of
Errors |
Availability
UI, CTRL |
See also
getErrorCode(), errorText(),getErrorManId(), getErrorPriority(), getErrorType(), getErrorUserId(), getLastError(), Error handling, getErrorText(), getErrorCataloge() |
V 3.11 SP1
Copyright