The getErrorString() service is used to get the error string for the
error code passed as the parameter. The error code and the error string
is stored the in error_<LANGUAGE>_<COUNTRY>.properties file.
This table provides a list of inputs of the getErrorString()service:
|
Service Inputs |
Description |
|
STATUS |
Error code defined in the properties file. |
|
ERROR |
Error string. |
This table provides a list of outputs of the getErrorString()
service.
|
Service Inputs |
Description |
|
STATUS |
Returned status from operation (0 = OK). |
|
ERRORSTRING |
Third party tool specific error string from the properties file. |
|