|
ArcGIS Runtime SDK for iOS
100.9
|
Go to the source code of this file.
Variables | |
| AGS_EXTERN NSString *const | AGSErrorDomain |
| AGS_EXTERN NSString *const | AGSServicesErrorDomain |
| enum AGSErrorCode |
Constants representing core error codes. These errors belongs to AGSErrorDomain.
| Enumerator | |
|---|---|
| AGSErrorCodeUnknown | This is the catch all for unknown errors. |
| AGSErrorCodeCommonNullPtr | Null pointer exception. |
| AGSErrorCodeCommonInvalidArgument | Invalid argument exception. |
| AGSErrorCodeCommonNotImplemented | Not implemented exception. |
| AGSErrorCodeCommonOutOfRange | Out of range exception. |
| AGSErrorCodeCommonInvalidAccess | Invalid access exception. |
| AGSErrorCodeCommonIllegalState | Illegal state exception. |
| AGSErrorCodeCommonNotFound | Not found exception. |
| AGSErrorCodeCommonExists | Exists exception. |
| AGSErrorCodeCommonTimeout | Timeout exception. |
| AGSErrorCodeCommonRegularExpression | Regular expression exception. |
| AGSErrorCodeCommonPropertyNotSupported | Property not supported exception. |
| AGSErrorCodeCommonNoPermission | No permission exception. |
| AGSErrorCodeCommonFile | File exception. |
| AGSErrorCodeCommonFileNotFound | File not found exception. |
| AGSErrorCodeCommonInvalidCall | Invalid call exception. |
| AGSErrorCodeCommonIO | IO exception. |
| AGSErrorCodeCommonUserCanceled | User canceled exception. |
| AGSErrorCodeCommonInternalError | Internal error exception. |
| AGSErrorCodeCommonConversionFailed | Conversion failed exception. |
| AGSErrorCodeCommonNoData | No data. |
| AGSErrorCodeCommonInvalidJSON | Attempted to use invalid JSON. |
| AGSErrorCodeCommonUserDefinedFailure | Error was propagated. |
| AGSErrorCodeCommonBadXml | Attempted to use invalid XML. |
| AGSErrorCodeCommonObjectAlreadyOwned | Object is already owned. |
| AGSErrorCodeCommonExpired | The resource is past its expiry date.
|
| AGSErrorCodeCommonNullabilityViolation | An unexpected null was returned from a property or method which is expected to be non-nullable. |
| AGSErrorCodeSqliteError | SQLite error exception. |
| AGSErrorCodeSqliteInternal | SQLite Internal exception. |
| AGSErrorCodeSqlitePerm | SQLite Perm exception. |
| AGSErrorCodeSqliteAbort | SQLite Abort exception. |
| AGSErrorCodeSqliteBusy | SQLite Busy exception. |
| AGSErrorCodeSqliteLocked | SQLite Locked exception. |
| AGSErrorCodeSqliteNoMem | SQLite NoMem exception. |
| AGSErrorCodeSqliteReadonly | SQLite Read only exception. |
| AGSErrorCodeSqliteInterrupt | SQLite Interrupt exception. |
| AGSErrorCodeSqliteIOErr | SQLite IO Error exception. |
| AGSErrorCodeSqliteCorrupt | SQLite Corrupt exception. |
| AGSErrorCodeSqliteNotFound | SQLite Not found exception. |
| AGSErrorCodeSqliteFull | SQLite Full exception. |
| AGSErrorCodeSqliteCantOpen | SQLite Can't open exception. |
| AGSErrorCodeSqliteProtocol | SQLite Protocol exception. |
| AGSErrorCodeSqliteEmpty | SQLite Empty exception. |
| AGSErrorCodeSqliteSchema | SQLite Schema exception. |
| AGSErrorCodeSqliteTooBig | SQLite Too big exception. |
| AGSErrorCodeSqliteConstraint | SQLite Constraint exception. |
| AGSErrorCodeSqliteMismatch | SQLite Mismatch exception. |
| AGSErrorCodeSqliteMisuse | SQLite Misuse exception. |
| AGSErrorCodeSqliteNolfs | SQLite Nolfs exception. |
| AGSErrorCodeSqliteAuth | SQLite Auth exception. |
| AGSErrorCodeSqliteFormat | SQLite Format exception. |
| AGSErrorCodeSqliteRange | SQLite Range exception. |
| AGSErrorCodeSqliteNotadb | SQLite Notadb exception. |
| AGSErrorCodeSqliteNotice | SQLite Notice exception. |
| AGSErrorCodeSqliteWarning | SQLite Warning exception. |
| AGSErrorCodeSqliteRow | SQLite Row exception. |
| AGSErrorCodeSqliteDone | SQLite Done exception. |
| AGSErrorCodeGeometryUnknownError | Geometry Exception. |
| AGSErrorCodeGeometryCorruptedGeometry | Geometry Corrupted geometry exception. |
| AGSErrorCodeGeometryEmptyGeometry | Geometry Empty geometry exception. |
| AGSErrorCodeGeometryMathSingularity | Geometry Math singularity exception. |
| AGSErrorCodeGeometryBufferIsTooSmall | Geometry Buffer is too small exception. |
| AGSErrorCodeGeometryInvalidShapeType | Geometry Invalid shape type exception. |
| AGSErrorCodeGeometryProjectionOutOfSupportedRange | Geometry Projection out of supported range exception. |
| AGSErrorCodeGeometryNonSimpleGeometry | Geometry Non simple geometry exception. |
| AGSErrorCodeGeometryCannotCalculateGeodesic | Geometry Cannot calculate geodesic exception. |
| AGSErrorCodeGeometryNotationConversion | Geometry Notation conversion exception. |
| AGSErrorCodeGeometryMissingGridFile | Geometry Missing grid file exception. |
| AGSErrorCodeGDBValueOutOfRange | Geodatabase Value out of range exception. |
| AGSErrorCodeGDBDataTypeMismatch | Geodatabase Data type mismatch exception. |
| AGSErrorCodeGDBBadXml | Geodatabase Bad XML exception. |
| AGSErrorCodeGDBDatabaseAlreadyExists | Geodatabase Database already exists exception. |
| AGSErrorCodeGDBDatabaseDoesNotExist | Geodatabase Database does not exist exception. |
| AGSErrorCodeGDBNameLongerThan128Characters | Geodatabase Name longer than 128 characters exception. |
| AGSErrorCodeGDBInvalidShapeType | Geodatabase Invalid shape type exception. |
| AGSErrorCodeGDBRasterNotSupported | Geodatabase Raster not supported exception. |
| AGSErrorCodeGDBRelationshipClassOneToOne | Geodatabase Relationship class one to one exception. |
| AGSErrorCodeGDBItemNotFound | Geodatabase Item not found exception. |
| AGSErrorCodeGDBDuplicateCode | Geodatabase Duplicate code exception. |
| AGSErrorCodeGDBMissingCode | Geodatabase Missing code exception. |
| AGSErrorCodeGDBWrongItemType | Geodatabase Wrong item type exception. |
| AGSErrorCodeGDBIDFieldNotNullable | Geodatabase Id field not nullable exception. |
| AGSErrorCodeGDBDefaultValueNotSupported | Geodatabase Default value not supported exception. |
| AGSErrorCodeGDBTableNotEditable | Geodatabase Table not editable exception. |
| AGSErrorCodeGDBFieldNotFound | Geodatabase Field not found exception. |
| AGSErrorCodeGDBFieldExists | Geodatabase Field exists exception. |
| AGSErrorCodeGDBCannotAlterFieldType | Geodatabase Cannot alter field type exception. |
| AGSErrorCodeGDBCannotAlterFieldWidth | Geodatabase Cannot alter field width exception. |
| AGSErrorCodeGDBCannotAlterFieldToNullable | Geodatabase Cannot alter field to nullable exception. |
| AGSErrorCodeGDBCannotAlterFieldToEditable | Geodatabase Cannot alter field to editable exception. |
| AGSErrorCodeGDBCannotAlterFieldToDeletable | Geodatabase Cannot alter field to deletable exception. |
| AGSErrorCodeGDBCannotAlterGeometryProperties | Geodatabase Cannot alter geometry properties exception. |
| AGSErrorCodeGDBUnnamedTable | Geodatabase Unnamed table exception. |
| AGSErrorCodeGDBInvalidTypeForDomain | Geodatabase Invalid type for domain exception. |
| AGSErrorCodeGDBMinMaxReversed | Geodatabase Min max reversed exception. |
| AGSErrorCodeGDBFieldNotSupportedOnRelationshipClass | Geodatabase Field not supported on relationship class exception. |
| AGSErrorCodeGDBRelationshipClassKey | Geodatabase Relationship class key exception. |
| AGSErrorCodeGDBValueIsNull | Geodatabase Value is null exception. |
| AGSErrorCodeGDBMultipleSqlStatements | Geodatabase Multiple SQL statements exception. |
| AGSErrorCodeGDBNoSqlStatements | Geodatabase No SQL statements exception. |
| AGSErrorCodeGDBGeometryFieldMissing | Geodatabase Geometry field missing exception. |
| AGSErrorCodeGDBTransactionStarted | Geodatabase Transaction started exception. |
| AGSErrorCodeGDBTransactionNotStarted | Geodatabase Transaction not started exception. |
| AGSErrorCodeGDBShapeRequiresZ | Geodatabase Shape requires z exception. |
| AGSErrorCodeGDBShapeRequiresM | Geodatabase shape requires m exception. |
| AGSErrorCodeGDBShapeNoZ | Geodatabase Shape no z exception. |
| AGSErrorCodeGDBShapeNoM | Geodatabase Shape no m exception. |
| AGSErrorCodeGDBShapeWrongType | Geodatabase Shape wrong type exception. |
| AGSErrorCodeGDBCannotUpdateFieldType | Geodatabase Cannot update field type exception. |
| AGSErrorCodeGDBNoRowsAffected | Geodatabase No rows affected exception. |
| AGSErrorCodeGDBSubtypeInvalid | Geodatabase Subtype invalid exception. |
| AGSErrorCodeGDBSubtypeMustBeInteger | Geodatabase Subtype must be integer exception. |
| AGSErrorCodeGDBSubtypesNotEnabled | Geodatabase Subtypes not enabled exception. |
| AGSErrorCodeGDBSubtypeExists | Geodatabase Subtype exists exception. |
| AGSErrorCodeGDBDuplicateFieldNotAllowed | Geodatabase Duplicate field not allowed exception. |
| AGSErrorCodeGDBCannotDeleteField | Geodatabase Cannot delete field exception. |
| AGSErrorCodeGDBIndexExists | Geodatabase Index exists exception. |
| AGSErrorCodeGDBIndexNotFound | Geodatabase Index not found exception. |
| AGSErrorCodeGDBCursorNotOnRow | Geodatabase Cursor not on row exception. |
| AGSErrorCodeGDBInternalError | Geodatabase Internal error exception. |
| AGSErrorCodeGDBCannotWriteGeodatabaseManagedFields | Geodatabase Cannot write geodatabase managed fields exception. |
| AGSErrorCodeGDBItemAlreadyExists | Geodatabase Item already exists exception. |
| AGSErrorCodeGDBInvalidSpatialIndexName | Geodatabase Invalid spatial index name exception. |
| AGSErrorCodeGDBRequiresSpatialIndex | Geodatabase Requires spatial index exception. |
| AGSErrorCodeGDBReservedName | Geodatabase Reserved name exception. |
| AGSErrorCodeGDBCannotUpdateSchemaIfChangeTracking | Geodatabase Cannot update schema if change tracking exception. |
| AGSErrorCodeGDBInvalidDate | Geodatabase Invalid date exception. |
| AGSErrorCodeGDBDatabaseDoesNotHaveChanges | Geodatabase Database does not have changes exception. |
| AGSErrorCodeGDBReplicaDoesNotExist | Geodatabase Replica does not exists exception. |
| AGSErrorCodeGDBStorageTypeNotSupported | Geodatabase Storage type not supported exception. |
| AGSErrorCodeGDBReplicaModelError | Geodatabase Replica model error exception. |
| AGSErrorCodeGDBReplicaClientGenError | Geodatabase Replica client gen error exception. |
| AGSErrorCodeGDBReplicaNoUploadToAcknowledge | Geodatabase Replica no upload to acknowledge exception. |
| AGSErrorCodeGDBLastWriteTimeInTheFuture | Geodatabase Last write time in the future exception. |
| AGSErrorCodeGDBInvalidArgument | Geodatabase Invalid argument exception. |
| AGSErrorCodeGDBTransportationNetworkCorrupt | Geodatabase Transportation network corrupt exception. |
| AGSErrorCodeGDBTransportationNetworkFileIO | Geodatabase Transportation network file IO exception. |
| AGSErrorCodeGDBFeatureHasPendingEdits | Geodatabase Feature has pending edits exception. |
| AGSErrorCodeGDBChangeTrackingNotEnabled | Geodatabase Change tracking not enabled exception. |
| AGSErrorCodeGDBTransportationNetworkFileOpen | Geodatabase Transportation network file open exception. |
| AGSErrorCodeGDBTransportationNetworkUnsupported | Geodatabase Transportation network unsupported exception. |
| AGSErrorCodeGDBCannotSyncCopy | Geodatabase Cannot sync copy exception. |
| AGSErrorCodeGDBAccessControlDenied | Geodatabase Access control denied exception. |
| AGSErrorCodeGDBGeometryOutsideReplicaExtent | Geodatabase Geometry outside replica extent exception. |
| AGSErrorCodeGDBUploadAlreadyInProgress | Geodatabase Upload already in progress exception. |
| AGSErrorCodeGDBDatabaseClosed | Geodatabase Database is closed exception. |
| AGSErrorCodeGDBDomainAlreadyExists | Domain Already Exists exception. |
| AGSErrorCodeGDBGeometryTypeNotSupported | Geometry type not supported exception. |
| AGSErrorCodeGDBAttachmentsRequireGlobalIDs | The
|
| AGSErrorCodeGeocodeUnsupportedFileFormat | Geocode Unsupported file format exception. |
| AGSErrorCodeGeocodeUnsupportedSpatialReference | Geocode Unsupported spatial reference exception. |
| AGSErrorCodeGeocodeUnsupportedProjectionTransformation | Geocode Unsupported projection transformation exception. |
| AGSErrorCodeGeocodeGeocoderCreation | Geocode Geocoder creation exception. |
| AGSErrorCodeGeocodeIntersectionsNotSupported | Geocode Intersections not supported exception. |
| AGSErrorCodeGeocodeUninitializedGeocodeTask | Geocode Uninitialized geocode task exception. |
| AGSErrorCodeGeocodeInvalidLocatorProperties | Geocode Invalid locator properties exception. |
| AGSErrorCodeGeocodeRequiredFieldMissing | Geocode Required field missing exception. |
| AGSErrorCodeGeocodeCannotReadAddress | Geocode Cannot read address exception. |
| AGSErrorCodeGeocodeReverseGeocodingNotSupported | Geocode Geocoding not supported exception. |
| AGSErrorCodeNAInvalidRouteSettings | Network Analyst Invalid route settings exception. |
| AGSErrorCodeNANoSolution | Network Analyst No solution exception. |
| AGSErrorCodeNATaskCanceled | Network Analyst Task canceled exception. |
| AGSErrorCodeNAInvalidNetwork | Network Analyst Invalid network exception. |
| AGSErrorCodeNADirectionsError | Network Analyst Directions error exception. |
| AGSErrorCodeNAInsufficientNumberOfStops | Network Analyst Insufficient number of stops exception. |
| AGSErrorCodeNAStopUnlocated | Network Analyst Stop unlocated exception. |
| AGSErrorCodeNAStopLocatedOnNonTraversableElement | Network Analyst Stop located on non traversable element exception. |
| AGSErrorCodeNAPointBarrierInvalidAddedCostAttributeName | Network Analyst Point barrier invalid added cost attribute name exception. |
| AGSErrorCodeNALineBarrierInvalidScaledCostAttributeName | Network Analyst Line barrier invalid scaled cost attribute name exception. |
| AGSErrorCodeNAPolygonBarrierInvalidScaledCostAttributeName | Network Analyst Polygon barrier invalid scaled cost attribute name. |
| AGSErrorCodeNAPolygonBarrierInvalidScaledCostAttributeValue | Network Analyst Polygon barrier invalid scaled cost attribute value. |
| AGSErrorCodeNAPolylineBarrierInvalidScaledCostAttributeValue | Network Analyst Polyline barrier invalid scaled cost attribute value. |
| AGSErrorCodeNAInvalidImpedanceAttribute | Network Analyst Invalid impedance attribute exception. |
| AGSErrorCodeNAInvalidRestrictionAttribute | Network Analyst Invalid restriction attribute exception. |
| AGSErrorCodeNAInvalidAccumulateAttribute | Network Analyst Invalid accumulate attribute exception. |
| AGSErrorCodeNAInvalidDirectionsTimeAttribute | Network Analyst Invalid directions time attribute exception. |
| AGSErrorCodeNAInvalidDirectionsDistanceAttribute | Network Analyst Invalid directions distance attribute exception. |
| AGSErrorCodeNAInvalidAttributeParametersAttributeName | Network Analyst Invalid attribute parameters attribute name exception. |
| AGSErrorCodeNAInvalidAttributeParametersParameterName | Network Analyst Invalid attributes parameters parameter name exception. |
| AGSErrorCodeNAInvalidAttributeParametersValueType | Network Analyst Invalid attributes parameters value type exception. |
| AGSErrorCodeNAInvalidAttributeParametersRestrictionUsageValue | Network Analyst Invalid attribute parameters restriction usage value exception. |
| AGSErrorCodeNANetworkHasNoHierarchyAttribute | Network Analyst Network has no hierarchy attribute exception. |
| AGSErrorCodeNANoPathFoundBetweenStops | Network Analyst No path found between stops exception. |
| AGSErrorCodeNAUndefinedInputSpatialReference | Network Analyst Undefined input spatial reference exception. |
| AGSErrorCodeNAUndefinedOutputSpatialReference | Network Analyst Undefined output spatial reference exception. |
| AGSErrorCodeNAInvalidDirectionsStyle | Network Analyst Invalid directions style exception. |
| AGSErrorCodeNAInvalidDirectionsLanguage | Network Analyst Invalid directions language exception. |
| AGSErrorCodeNADirectionsTimeAndImpedanceAttributeMismatch | Network Analyst Directions time and impedance attribute mismatch exception. |
| AGSErrorCodeNAInvalidDirectionsRoadClassAttribute | Network Analyst Invalid directions road class attribute exception. |
| AGSErrorCodeNAStopIsUnreachable | Network Analyst Stop can not be reached. |
| AGSErrorCodeNAStopTimeWindowStartsBeforeUnixEpoch | Network Analyst Stop time window starts before unix epoch exception. |
| AGSErrorCodeNAStopTimeWindowIsInverted | Network Analyst Stop time window is inverted exception. |
| AGSErrorCodeNAWalkingModeRouteTooLarge | Walking mode route too large exception. |
| AGSErrorCodeNAStopHasNullGeometry | Stop has null geometry exception. |
| AGSErrorCodeNAPointBarrierHasNullGeometry | Point barrier has null geometry exception. |
| AGSErrorCodeNAPolylineBarrierHasNullGeometry | Polyline barrier has null geometry exception. |
| AGSErrorCodeNAPolygonBarrierHasNullGeometry | Polygon barrier has null geometry. |
| AGSErrorCodeNAUnsupportedSearchWhereClause | Online route task does not support search_where_clause condition exception. |
| AGSErrorCodeNAInsufficientNumberOfFacilities | Network Analyst Insufficient number of facilities exception. |
| AGSErrorCodeNAFacilityHasNullGeometry | Network Analyst Facility has null geometry exception. |
| AGSErrorCodeNAFacilityHasInvalidAddedCostAttributeName | Network Analyst Facility has invalid added cost attribute name exception. |
| AGSErrorCodeNAFacilityHasNegativeAddedCostAttribute | Network Analyst Facility has negative added cost attribute exception. |
| AGSErrorCodeNAFacilityHasInvalidImpedanceCutoff | Network Analyst Facility has invalid impedance cutoff exception. |
| AGSErrorCodeNAInsufficientNumberOfIncidents | Network Analyst insufficient number of incidents exception. |
| AGSErrorCodeNAIncidentHasNullGeometry | Network Analyst Incident has null geometry exception. |
| AGSErrorCodeNAIncidentHasInvalidAddedCostAttributeName | Network Analyst Incident has invalid added cost attribute name exception. |
| AGSErrorCodeNAIncidentHasNegativeAddedCostAttribute | Network Analyst Incident has negative added cost attribute exception. |
| AGSErrorCodeNAInvalidTargetFacilityCount | Network Analyst Invalid target facility count exception. |
| AGSErrorCodeNAIncidentHasInvalidImpedanceCutoff | Network Analyst Incident has invalid impedance cutoff exception. |
| AGSErrorCodeNAStartTimeIsBeforeUnixEpoch | Network Analyst start time is before Unix epoch exception. |
| AGSErrorCodeNAInvalidDefaultImpedanceCutoff | Network Analyst Invalid default impedance cutoff exception. |
| AGSErrorCodeNAInvalidDefaultTargetFacilityCount | Network Analyst Invalid default target facility count exception. |
| AGSErrorCodeNAInvalidPolygonBufferDistance | Network Analyst Invalid polygon buffer distance exception. |
| AGSErrorCodeNAPolylinesCannotBeReturned | Network Analyst Polylines cannot be returned. |
| AGSErrorCodeNATimeWindowsWithNonTimeImpedance | Network Analyst Solving non time impedance, but time windows applied. |
| AGSErrorCodeNAUnsupportedStopType | One or more stops have unsupported type. |
| AGSErrorCodeNARouteStartsOrEndsOnWaypoint | Network Analyst Route starts or ends on a waypoint. |
| AGSErrorCodeNAWaypointsAndRestBreaksForbiddenReordering | Network Analyst Reordering stops (Traveling Salesman Problem) is not supported when the collection of stops contains waypoints or rest breaks. |
| AGSErrorCodeNAWaypointHasTimeWindows | Network Analyst The waypoint contains time windows. |
| AGSErrorCodeNAWaypointHasAddedCostAttribute | Network Analyst The waypoint contains added cost attribute. |
| AGSErrorCodeNAStopHasInvalidCurbApproach | Network Analyst The stop has unknown curb approach. |
| AGSErrorCodeNAPointBarrierHasInvalidCurbApproach | Network Analyst The point barrier has unknown curb approach. |
| AGSErrorCodeNAFacilityHasInvalidCurbApproach | Network Analyst The facility has unknown curb approach. |
| AGSErrorCodeNAIncidentHasInvalidCurbApproach | Network Analyst The incident has unknown curb approach. |
| AGSErrorCodeNANetworkDoesNotSupportDirections | Network dataset has no directions attributes. |
| AGSErrorCodeNADirectionsLanguageNotFound | Desired direction language not supported by platform. |
| AGSErrorCodeJSONParserInvalidToken | JSON parser invalid token exception. |
| AGSErrorCodeJSONParserInvalidCharacter | JSON parser invalid character exception. |
| AGSErrorCodeJSONParserInvalidUnicode | JSON parser invalid unicode exception. |
| AGSErrorCodeJSONParserInvalidJSONStart | JSON parser invalid start of JSON exception. |
| AGSErrorCodeJSONParserInvalidEndOfPair | JSON parser invalid end of pair exception. |
| AGSErrorCodeJSONParserInvalidEndOfElement | JSON parser invalid end of element exception. |
| AGSErrorCodeJSONParserInvalidEscapeSequence | JSON parser invalid escape sequence exception. |
| AGSErrorCodeJSONParserInvalidEndOfFieldName | JSON parser invalid end of field name exception. |
| AGSErrorCodeJSONParserInvalidStartOfFieldName | JSON parser invalid start of field name exception. |
| AGSErrorCodeJSONParserInvalidStartOfComment | JSON parser invalid start of comment exception. |
| AGSErrorCodeJSONParserInvalidDecDigit | JSON parser invalid decimal digit exception. |
| AGSErrorCodeJSONParserInvalidHexDigit | JSON parser invalid hex digit. |
| AGSErrorCodeJSONParserExpectingNull | JSON parser expecting null exception. |
| AGSErrorCodeJSONParserExpectingTrue | JSON parser expecting true exception. |
| AGSErrorCodeJSONParserExpectingFalse | JSON parser expecting false exception. |
| AGSErrorCodeJSONParserExpectingClosingQuote | JSON parser expecting closing quote exception. |
| AGSErrorCodeJSONParserExpectingNan | JSON parser expecting not a number exception. |
| AGSErrorCodeJSONParserExpectingEndOfComment | JSON parser expecting end of comment exception. |
| AGSErrorCodeJSONParserUnexpectedEndOfData | JSON parser unexpected end of data exception. |
| AGSErrorCodeJSONObjectExpectingStartObject | JSON object expecting start object exception. |
| AGSErrorCodeJSONObjectExpectingStartArray | JSON object expecting start array exception. |
| AGSErrorCodeJSONObjectExpectingValueObject | JSON object expecting value object exception. |
| AGSErrorCodeJSONObjectExpectingValueArray | JSON object expecting value array exception. |
| AGSErrorCodeJSONObjectExpectingValueInt32 | JSON object expecting value int32 exception. |
| AGSErrorCodeJSONObjectExpectingIntegerType | JSON object expecting integer type exception. |
| AGSErrorCodeJSONObjectExpectingNumberType | JSON object expecting number type exception. |
| AGSErrorCodeJSONObjectExpectingValueString | JSON object expecting value string exception. |
| AGSErrorCodeJSONObjectExpectingValueBool | JSON object expecting value bool exception. |
| AGSErrorCodeJSONObjectIteratorNotStarted | JSON object iterator not started exception. |
| AGSErrorCodeJSONObjectIteratorIsFinished | JSON object iterator is finished exception. |
| AGSErrorCodeJSONObjectKeyNotFound | JSON object key not found exception. |
| AGSErrorCodeJSONObjectIndexOutOfRange | JSON object index out of range exception. |
| AGSErrorCodeJSONStringWriterJSONIsComplete | JSON string writer JSON is complete exception. |
| AGSErrorCodeJSONStringWriterInvalidJSONInput | JSON string writer invalid JSON input exception. |
| AGSErrorCodeJSONStringWriterExpectingContainer | JSON string writer expecting container exception. |
| AGSErrorCodeJSONStringWriterExpectingKeyOrEndObject | JSON string writer expecting key or end object exception. |
| AGSErrorCodeJSONStringWriterExpectingValueOrEndArray | JSON string writer expecting value or end array exception. |
| AGSErrorCodeJSONStringWriterExpectingValue | JSON string writer expecting value exception. |
| AGSErrorCodeMappingMissingSpatialReference | The spatial reference is missing. |
| AGSErrorCodeMappingMissingInitialViewpoint | The initial viewpoint is missing. |
| AGSErrorCodeMappingInvalidResponse | Expected a different response to the request. |
| AGSErrorCodeMappingMissingBingMapsKey | The Bing maps key is missing. |
| AGSErrorCodeMappingUnsupportedLayerType | The layer type is not supported. |
| AGSErrorCodeMappingSyncNotEnabled | Cannot sync because it is not enabled. |
| AGSErrorCodeMappingTileExportNotEnabled | Cannot export tiles because it is not enabled. |
| AGSErrorCodeMappingMissingItemProperty | Required item property is missing. |
| AGSErrorCodeMappingWebmapNotSupported | Webmap version is not supported. |
| AGSErrorCodeMappingSpatialReferenceInvalid | Spatial Reference invalid or incompatible |
| AGSErrorCodeMappingPackageUnpackRequired | The package needs to be unpacked before it can be used. |
| AGSErrorCodeMappingUnsupportedElevationFormat | The elevation source data format is not supported. |
| AGSErrorCodeMappingWebsceneNotSupported | Webscene version or viewing mode is not supported. |
| AGSErrorCodeMappingNotLoaded | Loadable object is not loaded when it is expected to be loaded. |
| AGSErrorCodeMappingScheduledUpdatesNotSupported | Scheduled Updates for an offline preplanned map area, are not supported. |
| AGSErrorCodeMappingUtilityNetworkTraceFailed | The trace operation executed by the service failed. |
| AGSErrorCodeMappingInvalidArcadeExpression | The Arcade expression is invalid. |
| AGSErrorCodeMappingUtilityNetworkTooManyAssociations | The requested extent contains too many associations. |
| AGSErrorCodeMappingMaxFeatureCountExceeded | A layer has requested more features than the service maximum feature count. |
| AGSErrorCodeMappingBranchVersioningNotSupportedByService | The feature service does not support branch versioning |
| AGSErrorCodeMappingPackagingNotComplete | Packaging of data for the preplanned map area is not complete and it is not ready for download.
|
| AGSErrorCodeLicensingUnlicensedFeature | Unlicensed feature exception. |
| AGSErrorCodeLicensingLicenseLevelFixed | License level fixed exception. |
| AGSErrorCodeLicensingLicenseLevelAlreadySet | License level is already set exception. |
| AGSErrorCodeLicensingMainLicenseNotSet | Main license is not set exception. |
| AGSErrorCodeLicensingUnlicensedExtension | Unlicensed extension exception. |
| AGSErrorCodeLicensingPortalUserWithNoLicense | Portal user with no license exception. |
| AGSErrorCodeLocalServerServerFailedToStart | Local server failed to start. |
| AGSErrorCodeLocalServerServiceFailedToStart | A local server's service failed to start. |
| AGSErrorCodeLocalServerServiceTerminatedUnexpectedly | A local server's service terminated unexpectedly. |
| AGSErrorCodeLocalServerServerFailed | The local server has failed. |
| AGSErrorCodeLocalServerServiceFailed | A local server's service has failed. |
| AGSErrorCodeStdIosBaseFailure | std::ios_base::failure exception. |
| AGSErrorCodeStdBadArrayNewLength | std::bad_array_new_length exception. |
| AGSErrorCodeStdUnderflowError | std::underflow_error exception. |
| AGSErrorCodeStdSystemError | std::system_error exception. |
| AGSErrorCodeStdRangeError | std::range_error exception. |
| AGSErrorCodeStdOverflowError | std::overflow_error exception. |
| AGSErrorCodeStdOutOfRange | std::out_of_range exception. |
| AGSErrorCodeStdLengthError | std::length_error exception. |
| AGSErrorCodeStdInvalidArgument | std::invalid_argument exception. |
| AGSErrorCodeStdFutureError | std::future_error exception. |
| AGSErrorCodeStdDomainError | std::domain_error exception. |
| AGSErrorCodeStdRuntimeError | std::runtime_error exception. |
| AGSErrorCodeStdLogicError | std::logic_error exception. |
| AGSErrorCodeStdBadWeakPtr | std::bad_weak_ptr exception. |
| AGSErrorCodeStdBadTypeId | std::bad_typeid exception. |
| AGSErrorCodeStdBadFunctionCall | std::bad_function_call exception. |
| AGSErrorCodeStdBadException | std::bad_exception exception. |
| AGSErrorCodeStdBadCast | std::bad_cast exception. |
| AGSErrorCodeStdBadAlloc | std::bad_alloc exception. |
| AGSErrorCodeStdException | std::exception exception. |
| AGSErrorCodeNavigationReroutingNotSupportedByService | Service doesn't support rerouting. |
| enum AGSServicesErrorCode |
Constants representing error codes coming from web services. These errors belong to AGSServicesErrorDomain. The values in this enumeration are not comprehensive. You may get error codes belonging to the AGSServicesErrorDomain that are not in this enumeration.
| AGS_EXTERN NSString* const AGSErrorDomain |
Constant representing domain for errors originating from ArcGIS Runtime.
AGSServicesErrorDomain | AGS_EXTERN NSString* const AGSServicesErrorDomain |
Constant representing domain for errors originating from web services.