Attribution
Example
{
"attribution": "Sources: Esri, Maxar, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, © OpenStreetMap contributors, TomTom, Garmin, FAO, NOAA, and the GIS User Community"
}
Contains details of the map attribution.
Properties
Name | Type | Required |
---|---|---|
attribution | string |
Error
Example
{
"error": {
"code": 400,
"message": "string",
"details": [
"string"
],
"restInfoUrl": "https://static-maps-api.arcgis.com/arcgis/rest/info"
}
}
Properties
Name | Type | Required | Description |
---|---|---|---|
error | object | Error information |
error
properties
Name | Type | Required | Description |
---|---|---|---|
code | integer | A code identifying the type of error, either an HTTP error code, | |
message | string | A message describing the error. | |
details | [string] | List of details about the error. | |
rest | string | URL that provides the static maps service information. |
Enumerated values
code
400
401
403
404
498
499
500