Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
Represents a response that was generated by processing a data request item on the server.
Object
getData()
String
getErrorCode()
String
getErrorMessage()
opensocial.DataRequest
getOriginalDataRequest()
Boolean
hadError()
Object getData()
Object The requested value calculated by the server; the type of
this value is defined by the type of request that was made
String getErrorCode()
Error.
String The error code, or null if no error occurred
String getErrorMessage()
String A human-readable description of the error that occurred;
can be null, even if an error occurred
opensocial.DataRequest getOriginalDataRequest()
opensocial.DataRequest The data request used to fetch this data
response
Boolean hadError()
Boolean True if there was an error; otherwise, false