Get the extended error information.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getExtendedErrorInformation() As String
C#
public string getExtendedErrorInformation()
C++
public:
 String getExtendedErrorInformation() sealed 
J#
public string getExtendedErrorInformation()
JScript
public  function getExtendedErrorInformation() : String

Remarks

Whenever possible, the ibi™ Patterns - Search Server will return extended error information, that is, information specific to the cause of the error. For instance, for a batch recadd on an error caused by an attempt to add a record with a record key which already exists, the extended error information would indicate which record it was that caused the error.

See Also