Package Thor.API.Operations
Interface ErrorOperationsIntf
- All Superinterfaces:
tcUtilityOperationsIntf
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionThor.API.tcResultSet
getErrorDetails
(String error_code) Deprecated.Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant
-
Method Details
-
getErrorDetails
@Deprecated Thor.API.tcResultSet getErrorDetails(String error_code) throws tcAPIException, tcAPIException Deprecated.Returns error detail information based on error_code from ERR table.- Parameters:
error_code
- ERR_CODE string against which we need to retreive error details.- Returns:
- Throws:
tcAPIException
- If an error occurs while querying the user data- Since:
- 9.1.0.0
-