Return the error details message.


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

Syntax

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

Remarks

If this error item contains an error details message this returns the message. Otherwise it returns null. This is valid for all error item types.

A detailed error message is returned by many different error cases. The message may be important in helping to debug the cause of an error. When contacting TIBCO about an error any detailed error message in the exception should be reported.

See Also