Skip navigation links


Thor.API.Operations
Interface ErrorOperationsIntf

All Superinterfaces:
tcUtilityOperationsIntf

public interface ErrorOperationsIntf
extends tcUtilityOperationsIntf

Method Summary
 Thor.API.tcResultSet getErrorDetails(java.lang.String error_code)
          Returns error detail information based on error_code from ERR table.

 

Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant

 

Method Detail

getErrorDetails

Thor.API.tcResultSet getErrorDetails(java.lang.String error_code)
                                     throws tcAPIException,
                                            tcAPIException
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

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.