ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Variables | |
AGS_EXTERN NSErrorUserInfoKey const | AGSCredentialErrorKey |
AGS_EXTERN NSString *const | AGSErrorDomain |
AGS_EXTERN NSString *const | AGSServicesErrorDomain |
enum AGSErrorCode |
Constants representing core error codes. These errors belongs to AGSErrorDomain
.
Enumerator | |
---|---|
AGSErrorCodeUnknown | Unknown error. |
AGSErrorCodeCommonNullPtr | A null pointer. |
AGSErrorCodeCommonInvalidArgument | Invalid argument. |
AGSErrorCodeCommonNotImplemented | Not implemented. |
AGSErrorCodeCommonOutOfRange | Out of range. |
AGSErrorCodeCommonInvalidAccess | Invalid access. |
AGSErrorCodeCommonIllegalState | Illegal state. |
AGSErrorCodeCommonNotFound | Not found. |
AGSErrorCodeCommonExists | Entity exists. |
AGSErrorCodeCommonTimeout | Timeout. |
AGSErrorCodeCommonRegularExpression | Regular expression error. |
AGSErrorCodeCommonPropertyNotSupported | Property not supported. |
AGSErrorCodeCommonNoPermission | No permission. |
AGSErrorCodeCommonFile | File error. |
AGSErrorCodeCommonFileNotFound | File not found. |
AGSErrorCodeCommonInvalidCall | Invalid call. |
AGSErrorCodeCommonIO | IO error. |
AGSErrorCodeCommonUserCanceled | User canceled. |
AGSErrorCodeCommonInternalError | Internal error. |
AGSErrorCodeCommonConversionFailed | Conversion failed. |
AGSErrorCodeCommonNoData | No data. |
AGSErrorCodeCommonInvalidJSON | Invalid JSON. |
AGSErrorCodeCommonUserDefinedFailure | Propagated error. |
AGSErrorCodeCommonBadXml | Invalid XML. |
AGSErrorCodeCommonObjectAlreadyOwned | Object is already owned. |
AGSErrorCodeCommonExpired | The resource is past its expiry date.
|
AGSErrorCodeCommonNullabilityViolation | Nullability violation |
AGSErrorCodeCommonInvalidProperty | Invalid property. |
AGSErrorCodeSqliteError | SQLite error. |
AGSErrorCodeSqliteInternal | SQLite internal error. |
AGSErrorCodeSqlitePerm | SQLite permission. |
AGSErrorCodeSqliteAbort | SQLite operation aborted. |
AGSErrorCodeSqliteBusy | SQLite database busy. |
AGSErrorCodeSqliteLocked | SQLite database locked. |
AGSErrorCodeSqliteNoMem | SQLite out of memory. |
AGSErrorCodeSqliteReadonly | SQLite read only. |
AGSErrorCodeSqliteInterrupt | SQLite operation interrupted. |
AGSErrorCodeSqliteIOErr | SQLite IO error. |
AGSErrorCodeSqliteCorrupt | SQLite corrupt database. |
AGSErrorCodeSqliteNotFound | SQLite not found. |
AGSErrorCodeSqliteFull | SQLite disk full. |
AGSErrorCodeSqliteCantOpen | SQLite cannot open. |
AGSErrorCodeSqliteProtocol | SQLite file locking protocol. |
AGSErrorCodeSqliteEmpty | SQLite empty error. |
AGSErrorCodeSqliteSchema | SQLite schema changed. |
AGSErrorCodeSqliteTooBig | SQLite string or data blob too large. |
AGSErrorCodeSqliteConstraint | SQLite constraint violation. |
AGSErrorCodeSqliteMismatch | SQLite data type mismatch. |
AGSErrorCodeSqliteMisuse | SQLite interface misuse. |
AGSErrorCodeSqliteNolfs | SQLite no large file support. |
AGSErrorCodeSqliteAuth | SQLite statement not authorized. |
AGSErrorCodeSqliteFormat | SQLite format error. |
AGSErrorCodeSqliteRange | SQLite out of range. |
AGSErrorCodeSqliteNotadb | Not an SQLite database. |
AGSErrorCodeSqliteNotice | SQLite unusual operation notice. |
AGSErrorCodeSqliteWarning | SQLite unusual operation warning. |
AGSErrorCodeSqliteRow | SQLite row is available. |
AGSErrorCodeSqliteDone | SQLite operation is complete. |
AGSErrorCodeGeometryUnknownError | Unknown geometry error. |
AGSErrorCodeGeometryCorruptedGeometry | Corrupt geometry. |
AGSErrorCodeGeometryEmptyGeometry | Empty geometry. |
AGSErrorCodeGeometryMathSingularity | Math singularity. |
AGSErrorCodeGeometryBufferIsTooSmall | Geometry buffer too small. |
AGSErrorCodeGeometryInvalidShapeType | Geometry invalid shape type. |
AGSErrorCodeGeometryProjectionOutOfSupportedRange | Geometry projection out of supported range. |
AGSErrorCodeGeometryNonSimpleGeometry | Non simple geometry. |
AGSErrorCodeGeometryCannotCalculateGeodesic | Cannot calculate geodesic. |
AGSErrorCodeGeometryNotationConversion | Geometry notation conversion. |
AGSErrorCodeGeometryMissingGridFile | Missing grid file. |
AGSErrorCodeGDBValueOutOfRange | Geodatabase value out of range. |
AGSErrorCodeGDBDataTypeMismatch | Geodatabase data type mismatch. |
AGSErrorCodeGDBBadXml | Geodatabase invalid XML. |
AGSErrorCodeGDBDatabaseAlreadyExists | Database already exists. |
AGSErrorCodeGDBDatabaseDoesNotExist | Database does not exist. |
AGSErrorCodeGDBNameLongerThan128Characters | Geodatabase name longer than 128 characters. |
AGSErrorCodeGDBInvalidShapeType | Geodatabase invalid shape type. |
AGSErrorCodeGDBRasterNotSupported | Geodatabase raster not supported. |
AGSErrorCodeGDBRelationshipClassOneToOne | Geodatabase relationship class one to one. |
AGSErrorCodeGDBItemNotFound | Geodatabase item not found. |
AGSErrorCodeGDBDuplicateCode | Geodatabase duplicate code. |
AGSErrorCodeGDBMissingCode | Geodatabase missing code. |
AGSErrorCodeGDBWrongItemType | Geodatabase wrong item type. |
AGSErrorCodeGDBIDFieldNotNullable | Geodatabase Id field not nullable. |
AGSErrorCodeGDBDefaultValueNotSupported | Geodatabase default value not supported. |
AGSErrorCodeGDBTableNotEditable | Geodatabase table not editable. |
AGSErrorCodeGDBFieldNotFound | Geodatabase field not found. |
AGSErrorCodeGDBFieldExists | Geodatabase field exists. |
AGSErrorCodeGDBCannotAlterFieldType | Geodatabase cannot alter field type. |
AGSErrorCodeGDBCannotAlterFieldWidth | Geodatabase cannot alter field width. |
AGSErrorCodeGDBCannotAlterFieldToNullable | Geodatabase cannot alter field to nullable. |
AGSErrorCodeGDBCannotAlterFieldToEditable | Geodatabase cannot alter field to editable. |
AGSErrorCodeGDBCannotAlterFieldToDeletable | Geodatabase cannot alter field to deletable. |
AGSErrorCodeGDBCannotAlterGeometryProperties | Geodatabase cannot alter geometry properties. |
AGSErrorCodeGDBUnnamedTable | Geodatabase unnamed table. |
AGSErrorCodeGDBInvalidTypeForDomain | Geodatabase invalid type for domain. |
AGSErrorCodeGDBMinMaxReversed | Geodatabase min max reversed. |
AGSErrorCodeGDBFieldNotSupportedOnRelationshipClass | Geodatabase field not supported on relationship class. |
AGSErrorCodeGDBRelationshipClassKey | Geodatabase relationship class key. |
AGSErrorCodeGDBValueIsNull | Geodatabase value is null. |
AGSErrorCodeGDBMultipleSqlStatements | Geodatabase multiple SQL statements. |
AGSErrorCodeGDBNoSqlStatements | Geodatabase no SQL statements. |
AGSErrorCodeGDBGeometryFieldMissing | Geodatabase geometry field missing. |
AGSErrorCodeGDBTransactionStarted | Geodatabase transaction started. |
AGSErrorCodeGDBTransactionNotStarted | Geodatabase transaction not started. |
AGSErrorCodeGDBShapeRequiresZ | Geodatabase shape requires z. |
AGSErrorCodeGDBShapeRequiresM | Geodatabase shape requires m. |
AGSErrorCodeGDBShapeNoZ | Geodatabase shape no z. |
AGSErrorCodeGDBShapeNoM | Geodatabase shape no m. |
AGSErrorCodeGDBShapeWrongType | Geodatabase shape wrong type. |
AGSErrorCodeGDBCannotUpdateFieldType | Geodatabase cannot update field type. |
AGSErrorCodeGDBNoRowsAffected | Geodatabase no rows affected. |
AGSErrorCodeGDBSubtypeInvalid | Geodatabase subtype invalid. |
AGSErrorCodeGDBSubtypeMustBeInteger | Geodatabase subtype must be integer. |
AGSErrorCodeGDBSubtypesNotEnabled | Geodatabase subtypes not enabled. |
AGSErrorCodeGDBSubtypeExists | Geodatabase subtype exists. |
AGSErrorCodeGDBDuplicateFieldNotAllowed | Geodatabase duplicate field not allowed. |
AGSErrorCodeGDBCannotDeleteField | Geodatabase cannot delete field. |
AGSErrorCodeGDBIndexExists | Geodatabase index exists. |
AGSErrorCodeGDBIndexNotFound | Geodatabase index not found. |
AGSErrorCodeGDBCursorNotOnRow | Geodatabase cursor not on row. |
AGSErrorCodeGDBInternalError | Geodatabase internal error. |
AGSErrorCodeGDBCannotWriteGeodatabaseManagedFields | Geodatabase cannot write geodatabase managed fields. |
AGSErrorCodeGDBItemAlreadyExists | Geodatabase item already exists. |
AGSErrorCodeGDBInvalidSpatialIndexName | Geodatabase invalid spatial index name. |
AGSErrorCodeGDBRequiresSpatialIndex | Geodatabase requires spatial index. |
AGSErrorCodeGDBReservedName | Geodatabase reserved name. |
AGSErrorCodeGDBCannotUpdateSchemaIfChangeTracking | Geodatabase cannot update schema if change tracking. |
AGSErrorCodeGDBInvalidDate | Geodatabase invalid date. |
AGSErrorCodeGDBDatabaseDoesNotHaveChanges | Geodatabase database does not have changes. |
AGSErrorCodeGDBReplicaDoesNotExist | Geodatabase replica does not exist. |
AGSErrorCodeGDBStorageTypeNotSupported | Geodatabase storage type not supported. |
AGSErrorCodeGDBReplicaModelError | Geodatabase replica model error. |
AGSErrorCodeGDBReplicaClientGenError | Geodatabase replica client generation error. |
AGSErrorCodeGDBReplicaNoUploadToAcknowledge | Geodatabase replica no upload to acknowledge. |
AGSErrorCodeGDBLastWriteTimeInTheFuture | Geodatabase last write time in the future. |
AGSErrorCodeGDBInvalidArgument | Geodatabase invalid argument. |
AGSErrorCodeGDBTransportationNetworkCorrupt | Geodatabase transportation network corrupt. |
AGSErrorCodeGDBTransportationNetworkFileIO | Geodatabase transportation network file IO error. |
AGSErrorCodeGDBFeatureHasPendingEdits | Geodatabase feature has pending edits. |
AGSErrorCodeGDBChangeTrackingNotEnabled | Geodatabase change tracking not enabled. |
AGSErrorCodeGDBTransportationNetworkFileOpen | Geodatabase transportation network file open. |
AGSErrorCodeGDBTransportationNetworkUnsupported | Geodatabase transportation network unsupported. |
AGSErrorCodeGDBCannotSyncCopy | Geodatabase cannot sync copy. |
AGSErrorCodeGDBAccessControlDenied | Geodatabase access control denied. |
AGSErrorCodeGDBGeometryOutsideReplicaExtent | Geodatabase geometry outside replica extent. |
AGSErrorCodeGDBUploadAlreadyInProgress | Geodatabase upload already in progress. |
AGSErrorCodeGDBDatabaseClosed | Geodatabase is closed. |
AGSErrorCodeGDBDomainAlreadyExists | Domain exists. |
AGSErrorCodeGDBGeometryTypeNotSupported | Geodatabase geometry type not supported. |
AGSErrorCodeGDBAttachmentsRequireGlobalIDs | ArcGISFeatureTable requires a global Id field to support adding bulk attachments.
|
AGSErrorCodeGDBConstraintRuleViolation | Violated attribute constraint rule.
|
AGSErrorCodeGDBMaxRuleEvaluationLevelExceeded | The evaluation of attribute rules is cyclic or exceeds maximum cascading level.
|
AGSErrorCodeGeocodeUnsupportedFileFormat | Geocode unsupported file format. |
AGSErrorCodeGeocodeUnsupportedSpatialReference | Geocode unsupported spatial reference. |
AGSErrorCodeGeocodeUnsupportedProjectionTransformation | Geocode unsupported projection transformation. |
AGSErrorCodeGeocodeGeocoderCreation | Geocoder creation error. |
AGSErrorCodeGeocodeIntersectionsNotSupported | Geocode intersections not supported. |
AGSErrorCodeGeocodeUninitializedGeocodeTask | Uninitialized geocode task. |
AGSErrorCodeGeocodeInvalidLocatorProperties | Invalid geocode locator properties. |
AGSErrorCodeGeocodeRequiredFieldMissing | Geocode required field missing. |
AGSErrorCodeGeocodeCannotReadAddress | Geocode cannot read address. |
AGSErrorCodeGeocodeReverseGeocodingNotSupported | Geocoding not supported. |
AGSErrorCodeGeocodeGeometryTypeNotSupported | Geocode geometry type not supported.
|
AGSErrorCodeGeocodeSuggestAddressNotSupported | Geocode suggest address not supported.
|
AGSErrorCodeGeocodeSuggestResultCorrupted | Geocode suggest result corrupt.
|
AGSErrorCodeNAInvalidRouteSettings | Network analyst invalid route settings. |
AGSErrorCodeNANoSolution | Network analyst no solution. |
AGSErrorCodeNATaskCanceled | Network analyst task canceled. |
AGSErrorCodeNAInvalidNetwork | Network analyst invalid network. |
AGSErrorCodeNADirectionsError | Network analyst directions error. |
AGSErrorCodeNAInsufficientNumberOfStops | Network analyst insufficient number of stops. |
AGSErrorCodeNAStopUnlocated | Network analyst stop unlocated. |
AGSErrorCodeNAStopLocatedOnNonTraversableElement | Network analyst stop located on non traversable element. |
AGSErrorCodeNAPointBarrierInvalidAddedCostAttributeName | Network analyst point barrier invalid added cost attribute name. |
AGSErrorCodeNALineBarrierInvalidScaledCostAttributeName | Network analyst line barrier invalid scaled cost attribute name. |
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. |
AGSErrorCodeNAInvalidRestrictionAttribute | Network analyst invalid restriction attribute. |
AGSErrorCodeNAInvalidAccumulateAttribute | Network analyst invalid accumulate attribute. |
AGSErrorCodeNAInvalidDirectionsTimeAttribute | Network analyst invalid directions time attribute. |
AGSErrorCodeNAInvalidDirectionsDistanceAttribute | Network analyst invalid directions distance attribute. |
AGSErrorCodeNAInvalidAttributeParametersAttributeName | Network analyst invalid attribute parameters attribute name. |
AGSErrorCodeNAInvalidAttributeParametersParameterName | Network analyst invalid attributes parameters parameter name. |
AGSErrorCodeNAInvalidAttributeParametersValueType | Network analyst invalid attributes parameters value type. |
AGSErrorCodeNAInvalidAttributeParametersRestrictionUsageValue | Network analyst invalid attribute parameters restriction usage value. |
AGSErrorCodeNANetworkHasNoHierarchyAttribute | Network analyst network has no hierarchy attribute. |
AGSErrorCodeNANoPathFoundBetweenStops | Network analyst no path found between stops. |
AGSErrorCodeNAUndefinedInputSpatialReference | Network analyst undefined input spatial reference. |
AGSErrorCodeNAUndefinedOutputSpatialReference | Network analyst undefined output spatial reference. |
AGSErrorCodeNAInvalidDirectionsStyle | Network analyst invalid directions style. |
AGSErrorCodeNAInvalidDirectionsLanguage | Deprecated. Network analyst invalid directions language. |
AGSErrorCodeNADirectionsTimeAndImpedanceAttributeMismatch | Network analyst directions time and impedance attribute mismatch. |
AGSErrorCodeNAInvalidDirectionsRoadClassAttribute | Network analyst invalid directions road class attribute. |
AGSErrorCodeNAStopIsUnreachable | Network analyst stop cannot be reached. |
AGSErrorCodeNAStopTimeWindowStartsBeforeUnixEpoch | Network analyst stop time window starts before unix epoch. |
AGSErrorCodeNAStopTimeWindowIsInverted | Network analyst stop time window is inverted. |
AGSErrorCodeNAWalkingModeRouteTooLarge | Walking mode route too large. |
AGSErrorCodeNAStopHasNullGeometry | Stop has null geometry. |
AGSErrorCodeNAPointBarrierHasNullGeometry | Point barrier has null geometry. |
AGSErrorCodeNAPolylineBarrierHasNullGeometry | Polyline barrier has null geometry. |
AGSErrorCodeNAPolygonBarrierHasNullGeometry | Polygon barrier has null geometry. |
AGSErrorCodeNAUnsupportedSearchWhereClause | Online route task does not support search_where_clause condition. |
AGSErrorCodeNAInsufficientNumberOfFacilities | Network analyst insufficient number of facilities. |
AGSErrorCodeNAFacilityHasNullGeometry | Network analyst facility has null geometry. |
AGSErrorCodeNAFacilityHasInvalidAddedCostAttributeName | Network analyst facility has invalid added cost attribute name. |
AGSErrorCodeNAFacilityHasNegativeAddedCostAttribute | Network analyst facility has negative added cost attribute. |
AGSErrorCodeNAFacilityHasInvalidImpedanceCutoff | Network analyst facility has invalid impedance cutoff. |
AGSErrorCodeNAInsufficientNumberOfIncidents | Network analyst insufficient number of incidents. |
AGSErrorCodeNAIncidentHasNullGeometry | Network analyst incident has null geometry. |
AGSErrorCodeNAIncidentHasInvalidAddedCostAttributeName | Network analyst incident has invalid added cost attribute name. |
AGSErrorCodeNAIncidentHasNegativeAddedCostAttribute | Network analyst incident has negative added cost attribute. |
AGSErrorCodeNAInvalidTargetFacilityCount | Network analyst invalid target facility count. |
AGSErrorCodeNAIncidentHasInvalidImpedanceCutoff | Network analyst incident has invalid impedance cutoff. |
AGSErrorCodeNAStartTimeIsBeforeUnixEpoch | Network analyst start time is before Unix epoch. |
AGSErrorCodeNAInvalidDefaultImpedanceCutoff | Network analyst invalid default impedance cutoff. |
AGSErrorCodeNAInvalidDefaultTargetFacilityCount | Network analyst invalid default target facility count. |
AGSErrorCodeNAInvalidPolygonBufferDistance | Network analyst invalid polygon buffer distance. |
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 waypoint contains time windows. |
AGSErrorCodeNAWaypointHasAddedCostAttribute | Network analyst waypoint contains added cost attribute. |
AGSErrorCodeNAStopHasInvalidCurbApproach | Network analyst stop has unknown curb approach. |
AGSErrorCodeNAPointBarrierHasInvalidCurbApproach | Network analyst point barrier has unknown curb approach. |
AGSErrorCodeNAFacilityHasInvalidCurbApproach | Network analyst facility has unknown curb approach. |
AGSErrorCodeNAIncidentHasInvalidCurbApproach | Network analyst 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. |
AGSErrorCodeJSONParserInvalidCharacter | JSON parser invalid character. |
AGSErrorCodeJSONParserInvalidUnicode | JSON parser invalid unicode. |
AGSErrorCodeJSONParserInvalidJSONStart | JSON parser invalid start of JSON. |
AGSErrorCodeJSONParserInvalidEndOfPair | JSON parser invalid end of pair. |
AGSErrorCodeJSONParserInvalidEndOfElement | JSON parser invalid end of element. |
AGSErrorCodeJSONParserInvalidEscapeSequence | JSON parser invalid escape sequence. |
AGSErrorCodeJSONParserInvalidEndOfFieldName | JSON parser invalid end of field name. |
AGSErrorCodeJSONParserInvalidStartOfFieldName | JSON parser invalid start of field name. |
AGSErrorCodeJSONParserInvalidStartOfComment | JSON parser invalid start of comment. |
AGSErrorCodeJSONParserInvalidDecDigit | JSON parser invalid decimal digit. |
AGSErrorCodeJSONParserInvalidHexDigit | JSON parser invalid hex digit. |
AGSErrorCodeJSONParserExpectingNull | JSON parser expecting null. |
AGSErrorCodeJSONParserExpectingTrue | JSON parser expecting true. |
AGSErrorCodeJSONParserExpectingFalse | JSON parser expecting false. |
AGSErrorCodeJSONParserExpectingClosingQuote | JSON parser expecting closing quote. |
AGSErrorCodeJSONParserExpectingNan | JSON parser expecting not a number. |
AGSErrorCodeJSONParserExpectingEndOfComment | JSON parser expecting end of comment. |
AGSErrorCodeJSONParserUnexpectedEndOfData | JSON parser unexpected end of data. |
AGSErrorCodeJSONObjectExpectingStartObject | JSON object expecting start object. |
AGSErrorCodeJSONObjectExpectingStartArray | JSON object expecting start array. |
AGSErrorCodeJSONObjectExpectingValueObject | JSON object expecting value object. |
AGSErrorCodeJSONObjectExpectingValueArray | JSON object expecting value array. |
AGSErrorCodeJSONObjectExpectingValueInt32 | JSON object expecting value int32. |
AGSErrorCodeJSONObjectExpectingIntegerType | JSON object expecting integer type. |
AGSErrorCodeJSONObjectExpectingNumberType | JSON object expecting number type. |
AGSErrorCodeJSONObjectExpectingValueString | JSON object expecting value string. |
AGSErrorCodeJSONObjectExpectingValueBool | JSON object expecting value bool. |
AGSErrorCodeJSONObjectIteratorNotStarted | JSON object iterator not started. |
AGSErrorCodeJSONObjectIteratorIsFinished | JSON object iterator is finished. |
AGSErrorCodeJSONObjectKeyNotFound | JSON object key not found. |
AGSErrorCodeJSONObjectIndexOutOfRange | JSON object index out of range. |
AGSErrorCodeJSONStringWriterJSONIsComplete | JSON string writer JSON is complete. |
AGSErrorCodeJSONStringWriterInvalidJSONInput | JSON string writer invalid JSON input. |
AGSErrorCodeJSONStringWriterExpectingContainer | JSON string writer expecting container. |
AGSErrorCodeJSONStringWriterExpectingKeyOrEndObject | JSON string writer expecting key or end object. |
AGSErrorCodeJSONStringWriterExpectingValueOrEndArray | JSON string writer expecting value or end array. |
AGSErrorCodeJSONStringWriterExpectingValue | JSON string writer expecting value. |
AGSErrorCodeMappingMissingSpatialReference | Spatial reference is missing. |
AGSErrorCodeMappingMissingInitialViewpoint | Initial viewpoint is missing. |
AGSErrorCodeMappingInvalidResponse | Invalid request response. |
AGSErrorCodeMappingMissingBingMapsKey | Bing maps key is missing. |
AGSErrorCodeMappingUnsupportedLayerType | Layer type is not supported. |
AGSErrorCodeMappingSyncNotEnabled | Sync not enabled. |
AGSErrorCodeMappingTileExportNotEnabled | Tile export is not enabled. |
AGSErrorCodeMappingMissingItemProperty | Required item property is missing. |
AGSErrorCodeMappingWebmapNotSupported | Web map version is not supported. |
AGSErrorCodeMappingSpatialReferenceInvalid | Spatial reference invalid or incompatible. |
AGSErrorCodeMappingPackageUnpackRequired | Package needs to be unpacked before it can be used. |
AGSErrorCodeMappingUnsupportedElevationFormat | Elevation source data format is not supported. |
AGSErrorCodeMappingWebsceneNotSupported | Web scene 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 | Trace operation executed by the service failed. |
AGSErrorCodeMappingInvalidArcadeExpression | Arcade expression is invalid. |
AGSErrorCodeMappingUtilityNetworkTooManyAssociations | Requested extent contains too many associations. |
AGSErrorCodeMappingMaxFeatureCountExceeded | A layer has requested more features than the service maximum feature count. |
AGSErrorCodeMappingBranchVersioningNotSupportedByService | 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.
|
AGSErrorCodeMappingSyncDirectionUploadNotSupported | An upload sync direction is not supported.
|
AGSErrorCodeMappingTileCacheCompactV2ExportNotEnabled | Tile export in .tpkx format is not supported.
|
AGSErrorCodeMappingLayerDoesNotIntersectAreaOfInterest | The specified layer does not intersect the area of interest.
|
AGSErrorCodeMappingScheduledUpdateUploadRequired | Local edits must be sent to a service (using a sync direction of upload) before scheduled updates can download a replacement geodatabase.
|
AGSErrorCodeLicensingUnlicensedFeature | Unlicensed feature. |
AGSErrorCodeLicensingLicenseLevelFixed | License level fixed. |
AGSErrorCodeLicensingLicenseLevelAlreadySet | License level is already set. |
AGSErrorCodeLicensingMainLicenseNotSet | Main license is not set. |
AGSErrorCodeLicensingUnlicensedExtension | Unlicensed extension. |
AGSErrorCodeLicensingPortalUserWithNoLicense | Portal user with no license. |
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 | IO error. |
AGSErrorCodeStdBadArrayNewLength | Invalid array length. |
AGSErrorCodeStdUnderflowError | Arithmetic underflow. |
AGSErrorCodeStdSystemError | System error. |
AGSErrorCodeStdRangeError | Range error. |
AGSErrorCodeStdOverflowError | Arithmetic overflow. |
AGSErrorCodeStdOutOfRange | Out of range. |
AGSErrorCodeStdLengthError | Length error. |
AGSErrorCodeStdInvalidArgument | Invalid argument. |
AGSErrorCodeStdFutureError | Asynchronous error. |
AGSErrorCodeStdDomainError | Math domain error. |
AGSErrorCodeStdRuntimeError | Unknown error. |
AGSErrorCodeStdLogicError | Logic error. |
AGSErrorCodeStdBadWeakPtr | Invalid weak reference. |
AGSErrorCodeStdBadTypeId | Invalid type Id. |
AGSErrorCodeStdBadFunctionCall | Invalid function call. |
AGSErrorCodeStdBadException | Invalid error management. |
AGSErrorCodeStdBadCast | Invalid cast. |
AGSErrorCodeStdBadAlloc | Out of memory. |
AGSErrorCodeStdException | Unknown error. |
AGSErrorCodeNavigationReroutingNotSupportedByService | Service doesn't support rerouting. |
AGSErrorCodeGeotriggersFeedError | A problem was encountered with an |
AGSErrorCodeGeotriggersFenceParametersError | A problem was encountered with the |
AGSErrorCodeGeotriggersFenceDataWarning | A problem was encountered with the fence data for an |
AGSErrorCodeMotionSensorAccelerometerNotSupported | Device doesn't support accelerometer. |
AGSErrorCodeMotionSensorGyroscopeNotSupported | Device doesn't support gyroscope. |
AGSErrorCodeMotionSensorMagnetometerNotSupported | Device doesn't support magnetometer. |
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 NSErrorUserInfoKey const AGSCredentialErrorKey |
Key in userInfo of NSError. The value of this key should be an AGSCredential
.
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.