Last data update: 2014.03.03

R: To check whether the returned JSON response is error or not....
ParseApiErrorMessageR Documentation

To check whether the returned JSON response is error or not. If it is error then it will

Description

If there is an error in JSON response then this function will return the related error code and message for that error.

Usage

ParseApiErrorMessage(api.response.json)

Arguments

api.response.json

The json data as reposnse returned by the Google Data feed API or Google Management API

Results