Returns a text string that describes the last error encountered.
string GetErrorMessage()
A readable string that describes the last error encountered.
<HTML>
<HEAD>
<TITLE>Authentication Failure</TITLE>
</HEAD>
<BODY>
<H2>Authentication Failure!</H2>
<SCRIPT LANGUAGE="JavaScript">
var arcotClient = new ArcotClient();
var reason = arcotclient.GetErrorMessage();
document.write("<P>" + reason + "</P>");
|
Copyright © 2013 CA.
All rights reserved.
|
|