Telogis.GeoBase.GeoStream.JSONResponse |
A wrapper class that contains information returned from the GeoStream server.
Name | Description |
---|---|
failed () | Determines whether the response was returned successfully with the requested data. If not, the error can be examined with GeoStream.JSONResponse.getError ReturnsBoolean - True if the response was generated successfully; false if an error occurred. |
getError () | Finds the error that occurred on the server when generating the response. ReturnsGeoStream.ServerExceptionInfo - The information about the exception that occurred on the server, or null if none occurred. |
getResult () | Finds the result object generated by the server. ReturnsObject - The object sent by the server as a response to a certain request, or null if an error occurred. |