checkForErrors
FunctioncheckForErrors(response: any, url?: string, params?: IParams, options?: IRequestOptions, originalAuthError?: ArcGISAuthError): anyChecks for errors in a JSON response from the ArcGIS REST API. If there are no errors, it will return the data passed in. If there is an error, it will throw an ArcGISRequestError or ArcGISAuthError .
Parameters
| Parameter | Type | Notes |
|---|---|---|
response | any | The response JSON to check for errors. |
url | string | The url of the original request |
params | IParams | The parameters of the original request |
options | IRequestOptions | The options of the original request |
original | ArcGISAuthError |
Returns
anyThe data that was passed in the data parameter