Packagecom.esri.bacore
Classpublic class BAResponseError
InheritanceBAResponseError Inheritance Error

An error of the BAResponseError class is thrown in the response handler of a Community Analyst client if there were errors while parsing the response.



Public Methods
 MethodDefined By
  
BAResponseError(message:String)
Creates a new instance of the BAResponseError class with the specified message.
BAResponseError
  
toString():String
Returns the string "[BAResponseError]" by default, and includes the message property if defined.
BAResponseError
Constructor Detail
BAResponseError()Constructor
public function BAResponseError(message:String)

Creates a new instance of the BAResponseError class with the specified message.

Parameters
message:String — String that contains the message that describes the error.
Method Detail
toString()method
public function toString():String

Returns the string "[BAResponseError]" by default, and includes the message property if defined.

Returns
String — String representation of the BAResponseError.