|
ResponseStatus( |
integer resultId | | |
string responseText | | |
string responseMessage | | |
integer responseStatusCode | | |
string responseCauseName | | |
string responseCauseType | | |
Array[] responseCausesList | | ) |
|
The ResponseStatus constructor; Creates a new ResponseStatus instance by a separate responseStatus fields.
Parameters
| resultId | The result id that return from the LBS server. |
| responseText | The response text from the LBS server. |
| responseMessage | The message from the LBS server. |
| responseStatusCode | The status code that return from the LBS server. |
| responseCauseName | The cause name result that return from the LBS server. |
| responseCauseType | The cause type result that return from the LBS server. |
| responseCausesList | An array that contains a list of the causes result that return from the LBS server. |