...
Parameter | Description |
---|---|
success | Denotes if the API call was successful. |
statusCode | Refers to the relevant http status code. Any status code other than "200" refers to an error while processing the request. |
msg | RefersĀ to a text value describing the response . For errors, it in case of an error. It can describe any the error which may have has occurred. |
The possible values for "statusCode" are presentedĀ here.
...