checkForErrors

checkForErrors

Function
checkForErrors(responseany, url?string, params?IParams, options?IRequestOptions, originalAuthError?ArcGISAuthError): any

Checks 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
ParameterTypeNotes
response
any
url
string

The url of the original request

params
IParams

The parameters of the original request

options
IRequestOptions

The options of the original request

originalAuthError
ArcGISAuthError
Returns 
any

The data that was passed in the data parameter

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close