ArcGIS Runtime SDK for iOS: AGSError.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSError.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSErrorCode {
  AGSErrorCodeUnknown = -1 , AGSErrorCodeCommonNullPtr = 1 , AGSErrorCodeCommonInvalidArgument = 2 , AGSErrorCodeCommonNotImplemented = 3 ,
  AGSErrorCodeCommonOutOfRange = 4 , AGSErrorCodeCommonInvalidAccess = 5 , AGSErrorCodeCommonIllegalState = 6 , AGSErrorCodeCommonNotFound = 7 ,
  AGSErrorCodeCommonExists = 8 , AGSErrorCodeCommonTimeout = 9 , AGSErrorCodeCommonRegularExpression = 10 , AGSErrorCodeCommonPropertyNotSupported = 11 ,
  AGSErrorCodeCommonNoPermission = 12 , AGSErrorCodeCommonFile = 13 , AGSErrorCodeCommonFileNotFound = 14 , AGSErrorCodeCommonInvalidCall = 15 ,
  AGSErrorCodeCommonIO = 16 , AGSErrorCodeCommonUserCanceled = 17 , AGSErrorCodeCommonInternalError = 18 , AGSErrorCodeCommonConversionFailed = 19 ,
  AGSErrorCodeCommonNoData = 20 , AGSErrorCodeCommonInvalidJSON = 21 , AGSErrorCodeCommonUserDefinedFailure = 22 , AGSErrorCodeCommonBadXml = 23 ,
  AGSErrorCodeCommonObjectAlreadyOwned = 24 , AGSErrorCodeCommonExpired = 26 , AGSErrorCodeCommonNullabilityViolation = 27 , AGSErrorCodeCommonInvalidProperty = 28 ,
  AGSErrorCodeSqliteError = 1001 , AGSErrorCodeSqliteInternal = 1002 , AGSErrorCodeSqlitePerm = 1003 , AGSErrorCodeSqliteAbort = 1004 ,
  AGSErrorCodeSqliteBusy = 1005 , AGSErrorCodeSqliteLocked = 1006 , AGSErrorCodeSqliteNoMem = 1007 , AGSErrorCodeSqliteReadonly = 1008 ,
  AGSErrorCodeSqliteInterrupt = 1009 , AGSErrorCodeSqliteIOErr = 1010 , AGSErrorCodeSqliteCorrupt = 1011 , AGSErrorCodeSqliteNotFound = 1012 ,
  AGSErrorCodeSqliteFull = 1013 , AGSErrorCodeSqliteCantOpen = 1014 , AGSErrorCodeSqliteProtocol = 1015 , AGSErrorCodeSqliteEmpty = 1016 ,
  AGSErrorCodeSqliteSchema = 1017 , AGSErrorCodeSqliteTooBig = 1018 , AGSErrorCodeSqliteConstraint = 1019 , AGSErrorCodeSqliteMismatch = 1020 ,
  AGSErrorCodeSqliteMisuse = 1021 , AGSErrorCodeSqliteNolfs = 1022 , AGSErrorCodeSqliteAuth = 1023 , AGSErrorCodeSqliteFormat = 1024 ,
  AGSErrorCodeSqliteRange = 1025 , AGSErrorCodeSqliteNotadb = 1026 , AGSErrorCodeSqliteNotice = 1027 , AGSErrorCodeSqliteWarning = 1028 ,
  AGSErrorCodeSqliteRow = 1029 , AGSErrorCodeSqliteDone = 1030 , AGSErrorCodeGeometryUnknownError = 2000 , AGSErrorCodeGeometryCorruptedGeometry = 2001 ,
  AGSErrorCodeGeometryEmptyGeometry = 2002 , AGSErrorCodeGeometryMathSingularity = 2003 , AGSErrorCodeGeometryBufferIsTooSmall = 2004 , AGSErrorCodeGeometryInvalidShapeType = 2005 ,
  AGSErrorCodeGeometryProjectionOutOfSupportedRange = 2006 , AGSErrorCodeGeometryNonSimpleGeometry = 2007 , AGSErrorCodeGeometryCannotCalculateGeodesic = 2008 , AGSErrorCodeGeometryNotationConversion = 2009 ,
  AGSErrorCodeGeometryMissingGridFile = 2010 , AGSErrorCodeGDBValueOutOfRange = 3001 , AGSErrorCodeGDBDataTypeMismatch = 3002 , AGSErrorCodeGDBBadXml = 3003 ,
  AGSErrorCodeGDBDatabaseAlreadyExists = 3004 , AGSErrorCodeGDBDatabaseDoesNotExist = 3005 , AGSErrorCodeGDBNameLongerThan128Characters = 3006 , AGSErrorCodeGDBInvalidShapeType = 3007 ,
  AGSErrorCodeGDBRasterNotSupported = 3008 , AGSErrorCodeGDBRelationshipClassOneToOne = 3009 , AGSErrorCodeGDBItemNotFound = 3010 , AGSErrorCodeGDBDuplicateCode = 3011 ,
  AGSErrorCodeGDBMissingCode = 3012 , AGSErrorCodeGDBWrongItemType = 3013 , AGSErrorCodeGDBIDFieldNotNullable = 3014 , AGSErrorCodeGDBDefaultValueNotSupported = 3015 ,
  AGSErrorCodeGDBTableNotEditable = 3016 , AGSErrorCodeGDBFieldNotFound = 3017 , AGSErrorCodeGDBFieldExists = 3018 , AGSErrorCodeGDBCannotAlterFieldType = 3019 ,
  AGSErrorCodeGDBCannotAlterFieldWidth = 3020 , AGSErrorCodeGDBCannotAlterFieldToNullable = 3021 , AGSErrorCodeGDBCannotAlterFieldToEditable = 3022 , AGSErrorCodeGDBCannotAlterFieldToDeletable = 3023 ,
  AGSErrorCodeGDBCannotAlterGeometryProperties = 3024 , AGSErrorCodeGDBUnnamedTable = 3025 , AGSErrorCodeGDBInvalidTypeForDomain = 3026 , AGSErrorCodeGDBMinMaxReversed = 3027 ,
  AGSErrorCodeGDBFieldNotSupportedOnRelationshipClass = 3028 , AGSErrorCodeGDBRelationshipClassKey = 3029 , AGSErrorCodeGDBValueIsNull = 3030 , AGSErrorCodeGDBMultipleSqlStatements = 3031 ,
  AGSErrorCodeGDBNoSqlStatements = 3032 , AGSErrorCodeGDBGeometryFieldMissing = 3033 , AGSErrorCodeGDBTransactionStarted = 3034 , AGSErrorCodeGDBTransactionNotStarted = 3035 ,
  AGSErrorCodeGDBShapeRequiresZ = 3036 , AGSErrorCodeGDBShapeRequiresM = 3037 , AGSErrorCodeGDBShapeNoZ = 3038 , AGSErrorCodeGDBShapeNoM = 3039 ,
  AGSErrorCodeGDBShapeWrongType = 3040 , AGSErrorCodeGDBCannotUpdateFieldType = 3041 , AGSErrorCodeGDBNoRowsAffected = 3042 , AGSErrorCodeGDBSubtypeInvalid = 3043 ,
  AGSErrorCodeGDBSubtypeMustBeInteger = 3044 , AGSErrorCodeGDBSubtypesNotEnabled = 3045 , AGSErrorCodeGDBSubtypeExists = 3046 , AGSErrorCodeGDBDuplicateFieldNotAllowed = 3047 ,
  AGSErrorCodeGDBCannotDeleteField = 3048 , AGSErrorCodeGDBIndexExists = 3049 , AGSErrorCodeGDBIndexNotFound = 3050 , AGSErrorCodeGDBCursorNotOnRow = 3051 ,
  AGSErrorCodeGDBInternalError = 3052 , AGSErrorCodeGDBCannotWriteGeodatabaseManagedFields = 3053 , AGSErrorCodeGDBItemAlreadyExists = 3054 , AGSErrorCodeGDBInvalidSpatialIndexName = 3055 ,
  AGSErrorCodeGDBRequiresSpatialIndex = 3056 , AGSErrorCodeGDBReservedName = 3057 , AGSErrorCodeGDBCannotUpdateSchemaIfChangeTracking = 3058 , AGSErrorCodeGDBInvalidDate = 3059 ,
  AGSErrorCodeGDBDatabaseDoesNotHaveChanges = 3060 , AGSErrorCodeGDBReplicaDoesNotExist = 3061 , AGSErrorCodeGDBStorageTypeNotSupported = 3062 , AGSErrorCodeGDBReplicaModelError = 3063 ,
  AGSErrorCodeGDBReplicaClientGenError = 3064 , AGSErrorCodeGDBReplicaNoUploadToAcknowledge = 3065 , AGSErrorCodeGDBLastWriteTimeInTheFuture = 3066 , AGSErrorCodeGDBInvalidArgument = 3067 ,
  AGSErrorCodeGDBTransportationNetworkCorrupt = 3068 , AGSErrorCodeGDBTransportationNetworkFileIO = 3069 , AGSErrorCodeGDBFeatureHasPendingEdits = 3070 , AGSErrorCodeGDBChangeTrackingNotEnabled = 3071 ,
  AGSErrorCodeGDBTransportationNetworkFileOpen = 3072 , AGSErrorCodeGDBTransportationNetworkUnsupported = 3073 , AGSErrorCodeGDBCannotSyncCopy = 3074 , AGSErrorCodeGDBAccessControlDenied = 3075 ,
  AGSErrorCodeGDBGeometryOutsideReplicaExtent = 3076 , AGSErrorCodeGDBUploadAlreadyInProgress = 3077 , AGSErrorCodeGDBDatabaseClosed = 3078 , AGSErrorCodeGDBDomainAlreadyExists = 3079 ,
  AGSErrorCodeGDBGeometryTypeNotSupported = 3080 , AGSErrorCodeGDBAttachmentsRequireGlobalIDs = 3081 , AGSErrorCodeGDBConstraintRuleViolation = 3082 , AGSErrorCodeGDBMaxRuleEvaluationLevelExceeded = 3083 ,
  AGSErrorCodeGeocodeUnsupportedFileFormat = 4001 , AGSErrorCodeGeocodeUnsupportedSpatialReference = 4002 , AGSErrorCodeGeocodeUnsupportedProjectionTransformation = 4003 , AGSErrorCodeGeocodeGeocoderCreation = 4004 ,
  AGSErrorCodeGeocodeIntersectionsNotSupported = 4005 , AGSErrorCodeGeocodeUninitializedGeocodeTask = 4006 , AGSErrorCodeGeocodeInvalidLocatorProperties = 4007 , AGSErrorCodeGeocodeRequiredFieldMissing = 4008 ,
  AGSErrorCodeGeocodeCannotReadAddress = 4009 , AGSErrorCodeGeocodeReverseGeocodingNotSupported = 4010 , AGSErrorCodeGeocodeGeometryTypeNotSupported = 4011 , AGSErrorCodeGeocodeSuggestAddressNotSupported = 4012 ,
  AGSErrorCodeGeocodeSuggestResultCorrupted = 4013 , AGSErrorCodeNAInvalidRouteSettings = 5001 , AGSErrorCodeNANoSolution = 5002 , AGSErrorCodeNATaskCanceled = 5003 ,
  AGSErrorCodeNAInvalidNetwork = 5004 , AGSErrorCodeNADirectionsError = 5005 , AGSErrorCodeNAInsufficientNumberOfStops = 5006 , AGSErrorCodeNAStopUnlocated = 5007 ,
  AGSErrorCodeNAStopLocatedOnNonTraversableElement = 5008 , AGSErrorCodeNAPointBarrierInvalidAddedCostAttributeName = 5009 , AGSErrorCodeNALineBarrierInvalidScaledCostAttributeName = 5010 , AGSErrorCodeNAPolygonBarrierInvalidScaledCostAttributeName = 5011 ,
  AGSErrorCodeNAPolygonBarrierInvalidScaledCostAttributeValue = 5012 , AGSErrorCodeNAPolylineBarrierInvalidScaledCostAttributeValue = 5013 , AGSErrorCodeNAInvalidImpedanceAttribute = 5014 , AGSErrorCodeNAInvalidRestrictionAttribute = 5015 ,
  AGSErrorCodeNAInvalidAccumulateAttribute = 5016 , AGSErrorCodeNAInvalidDirectionsTimeAttribute = 5017 , AGSErrorCodeNAInvalidDirectionsDistanceAttribute = 5018 , AGSErrorCodeNAInvalidAttributeParametersAttributeName = 5019 ,
  AGSErrorCodeNAInvalidAttributeParametersParameterName = 5020 , AGSErrorCodeNAInvalidAttributeParametersValueType = 5021 , AGSErrorCodeNAInvalidAttributeParametersRestrictionUsageValue = 5022 , AGSErrorCodeNANetworkHasNoHierarchyAttribute = 5023 ,
  AGSErrorCodeNANoPathFoundBetweenStops = 5024 , AGSErrorCodeNAUndefinedInputSpatialReference = 5025 , AGSErrorCodeNAUndefinedOutputSpatialReference = 5026 , AGSErrorCodeNAInvalidDirectionsStyle = 5027 ,
  AGSErrorCodeNAInvalidDirectionsLanguage = 5028 , AGSErrorCodeNADirectionsTimeAndImpedanceAttributeMismatch = 5029 , AGSErrorCodeNAInvalidDirectionsRoadClassAttribute = 5030 , AGSErrorCodeNAStopIsUnreachable = 5031 ,
  AGSErrorCodeNAStopTimeWindowStartsBeforeUnixEpoch = 5032 , AGSErrorCodeNAStopTimeWindowIsInverted = 5033 , AGSErrorCodeNAWalkingModeRouteTooLarge = 5034 , AGSErrorCodeNAStopHasNullGeometry = 5035 ,
  AGSErrorCodeNAPointBarrierHasNullGeometry = 5036 , AGSErrorCodeNAPolylineBarrierHasNullGeometry = 5037 , AGSErrorCodeNAPolygonBarrierHasNullGeometry = 5038 , AGSErrorCodeNAUnsupportedSearchWhereClause = 5039 ,
  AGSErrorCodeNAInsufficientNumberOfFacilities = 5040 , AGSErrorCodeNAFacilityHasNullGeometry = 5041 , AGSErrorCodeNAFacilityHasInvalidAddedCostAttributeName = 5042 , AGSErrorCodeNAFacilityHasNegativeAddedCostAttribute = 5043 ,
  AGSErrorCodeNAFacilityHasInvalidImpedanceCutoff = 5044 , AGSErrorCodeNAInsufficientNumberOfIncidents = 5045 , AGSErrorCodeNAIncidentHasNullGeometry = 5046 , AGSErrorCodeNAIncidentHasInvalidAddedCostAttributeName = 5047 ,
  AGSErrorCodeNAIncidentHasNegativeAddedCostAttribute = 5048 , AGSErrorCodeNAInvalidTargetFacilityCount = 5049 , AGSErrorCodeNAIncidentHasInvalidImpedanceCutoff = 5050 , AGSErrorCodeNAStartTimeIsBeforeUnixEpoch = 5051 ,
  AGSErrorCodeNAInvalidDefaultImpedanceCutoff = 5052 , AGSErrorCodeNAInvalidDefaultTargetFacilityCount = 5053 , AGSErrorCodeNAInvalidPolygonBufferDistance = 5054 , AGSErrorCodeNAPolylinesCannotBeReturned = 5055 ,
  AGSErrorCodeNATimeWindowsWithNonTimeImpedance = 5056 , AGSErrorCodeNAUnsupportedStopType = 5057 , AGSErrorCodeNARouteStartsOrEndsOnWaypoint = 5058 , AGSErrorCodeNAWaypointsAndRestBreaksForbiddenReordering = 5059 ,
  AGSErrorCodeNAWaypointHasTimeWindows = 5060 , AGSErrorCodeNAWaypointHasAddedCostAttribute = 5061 , AGSErrorCodeNAStopHasInvalidCurbApproach = 5062 , AGSErrorCodeNAPointBarrierHasInvalidCurbApproach = 5063 ,
  AGSErrorCodeNAFacilityHasInvalidCurbApproach = 5064 , AGSErrorCodeNAIncidentHasInvalidCurbApproach = 5065 , AGSErrorCodeNANetworkDoesNotSupportDirections = 5066 , AGSErrorCodeNADirectionsLanguageNotFound = 5067 ,
  AGSErrorCodeJSONParserInvalidToken = 6001 , AGSErrorCodeJSONParserInvalidCharacter = 6002 , AGSErrorCodeJSONParserInvalidUnicode = 6003 , AGSErrorCodeJSONParserInvalidJSONStart = 6004 ,
  AGSErrorCodeJSONParserInvalidEndOfPair = 6005 , AGSErrorCodeJSONParserInvalidEndOfElement = 6006 , AGSErrorCodeJSONParserInvalidEscapeSequence = 6007 , AGSErrorCodeJSONParserInvalidEndOfFieldName = 6008 ,
  AGSErrorCodeJSONParserInvalidStartOfFieldName = 6009 , AGSErrorCodeJSONParserInvalidStartOfComment = 6010 , AGSErrorCodeJSONParserInvalidDecDigit = 6011 , AGSErrorCodeJSONParserInvalidHexDigit = 6012 ,
  AGSErrorCodeJSONParserExpectingNull = 6013 , AGSErrorCodeJSONParserExpectingTrue = 6014 , AGSErrorCodeJSONParserExpectingFalse = 6015 , AGSErrorCodeJSONParserExpectingClosingQuote = 6016 ,
  AGSErrorCodeJSONParserExpectingNan = 6017 , AGSErrorCodeJSONParserExpectingEndOfComment = 6018 , AGSErrorCodeJSONParserUnexpectedEndOfData = 6019 , AGSErrorCodeJSONObjectExpectingStartObject = 6020 ,
  AGSErrorCodeJSONObjectExpectingStartArray = 6021 , AGSErrorCodeJSONObjectExpectingValueObject = 6022 , AGSErrorCodeJSONObjectExpectingValueArray = 6023 , AGSErrorCodeJSONObjectExpectingValueInt32 = 6024 ,
  AGSErrorCodeJSONObjectExpectingIntegerType = 6025 , AGSErrorCodeJSONObjectExpectingNumberType = 6026 , AGSErrorCodeJSONObjectExpectingValueString = 6027 , AGSErrorCodeJSONObjectExpectingValueBool = 6028 ,
  AGSErrorCodeJSONObjectIteratorNotStarted = 6029 , AGSErrorCodeJSONObjectIteratorIsFinished = 6030 , AGSErrorCodeJSONObjectKeyNotFound = 6031 , AGSErrorCodeJSONObjectIndexOutOfRange = 6032 ,
  AGSErrorCodeJSONStringWriterJSONIsComplete = 6033 , AGSErrorCodeJSONStringWriterInvalidJSONInput = 6034 , AGSErrorCodeJSONStringWriterExpectingContainer = 6035 , AGSErrorCodeJSONStringWriterExpectingKeyOrEndObject = 6036 ,
  AGSErrorCodeJSONStringWriterExpectingValueOrEndArray = 6037 , AGSErrorCodeJSONStringWriterExpectingValue = 6038 , AGSErrorCodeMappingMissingSpatialReference = 7001 , AGSErrorCodeMappingMissingInitialViewpoint = 7002 ,
  AGSErrorCodeMappingInvalidResponse = 7003 , AGSErrorCodeMappingMissingBingMapsKey = 7004 , AGSErrorCodeMappingUnsupportedLayerType = 7005 , AGSErrorCodeMappingSyncNotEnabled = 7006 ,
  AGSErrorCodeMappingTileExportNotEnabled = 7007 , AGSErrorCodeMappingMissingItemProperty = 7008 , AGSErrorCodeMappingWebmapNotSupported = 7009 , AGSErrorCodeMappingSpatialReferenceInvalid = 7011 ,
  AGSErrorCodeMappingPackageUnpackRequired = 7012 , AGSErrorCodeMappingUnsupportedElevationFormat = 7013 , AGSErrorCodeMappingWebsceneNotSupported = 7014 , AGSErrorCodeMappingNotLoaded = 7015 ,
  AGSErrorCodeMappingScheduledUpdatesNotSupported = 7016 , AGSErrorCodeMappingUtilityNetworkTraceFailed = 7017 , AGSErrorCodeMappingInvalidArcadeExpression = 7018 , AGSErrorCodeMappingUtilityNetworkTooManyAssociations = 7019 ,
  AGSErrorCodeMappingMaxFeatureCountExceeded = 7020 , AGSErrorCodeMappingBranchVersioningNotSupportedByService = 7021 , AGSErrorCodeMappingPackagingNotComplete = 7022 , AGSErrorCodeMappingSyncDirectionUploadNotSupported = 7023 ,
  AGSErrorCodeMappingTileCacheCompactV2ExportNotEnabled = 7024 , AGSErrorCodeMappingLayerDoesNotIntersectAreaOfInterest = 7025 , AGSErrorCodeMappingScheduledUpdateUploadRequired = 7026 , AGSErrorCodeLicensingUnlicensedFeature = 8001 ,
  AGSErrorCodeLicensingLicenseLevelFixed = 8002 , AGSErrorCodeLicensingLicenseLevelAlreadySet = 8003 , AGSErrorCodeLicensingMainLicenseNotSet = 8004 , AGSErrorCodeLicensingUnlicensedExtension = 8005 ,
  AGSErrorCodeLicensingPortalUserWithNoLicense = 8006 , AGSErrorCodeLocalServerServerFailedToStart = 9001 , AGSErrorCodeLocalServerServiceFailedToStart = 9002 , AGSErrorCodeLocalServerServiceTerminatedUnexpectedly = 9003 ,
  AGSErrorCodeLocalServerServerFailed = 9004 , AGSErrorCodeLocalServerServiceFailed = 9005 , AGSErrorCodeStdIosBaseFailure = 10001 , AGSErrorCodeStdBadArrayNewLength = 10002 ,
  AGSErrorCodeStdUnderflowError = 10003 , AGSErrorCodeStdSystemError = 10004 , AGSErrorCodeStdRangeError = 10005 , AGSErrorCodeStdOverflowError = 10006 ,
  AGSErrorCodeStdOutOfRange = 10007 , AGSErrorCodeStdLengthError = 10008 , AGSErrorCodeStdInvalidArgument = 10009 , AGSErrorCodeStdFutureError = 10010 ,
  AGSErrorCodeStdDomainError = 10011 , AGSErrorCodeStdRuntimeError = 10012 , AGSErrorCodeStdLogicError = 10013 , AGSErrorCodeStdBadWeakPtr = 10014 ,
  AGSErrorCodeStdBadTypeId = 10015 , AGSErrorCodeStdBadFunctionCall = 10016 , AGSErrorCodeStdBadException = 10017 , AGSErrorCodeStdBadCast = 10018 ,
  AGSErrorCodeStdBadAlloc = 10019 , AGSErrorCodeStdException = 10020 , AGSErrorCodeNavigationReroutingNotSupportedByService = 13001 , AGSErrorCodeGeotriggersFeedError = 16001 ,
  AGSErrorCodeGeotriggersFenceParametersError = 16002 , AGSErrorCodeGeotriggersFenceDataWarning = 16003 , AGSErrorCodeMotionSensorAccelerometerNotSupported = 17000 , AGSErrorCodeMotionSensorGyroscopeNotSupported = 17001 ,
  AGSErrorCodeMotionSensorMagnetometerNotSupported = 17002
}
 
enum  AGSServicesErrorCode {
  AGSServicesErrorCodeBadRequest = 400 , AGSServicesErrorCodeUnauthorized = 401 , AGSServicesErrorCodeForbidden = 403 , AGSServicesErrorCodeURLNotFound = 404 ,
  AGSServicesErrorCodeInvalidToken = 498 , AGSServicesErrorCodeTokenRequired = 499 , AGSServicesErrorCodeUnknownError = 500
}
 

Variables

AGS_EXTERN NSErrorUserInfoKey const AGSCredentialErrorKey
 
AGS_EXTERN NSString *const AGSErrorDomain
 
AGS_EXTERN NSString *const AGSServicesErrorDomain
 

Enumeration Type Documentation

◆ AGSErrorCode

Constants representing core error codes. These errors belongs to AGSErrorDomain.

Since
100
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.

Since
100.5
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.

Since
100.9
AGSErrorCodeGDBConstraintRuleViolation 

Violated attribute constraint rule.

Since
100.14
AGSErrorCodeGDBMaxRuleEvaluationLevelExceeded 

The evaluation of attribute rules is cyclic or exceeds maximum cascading level.

Since
100.14
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.

Since
100.10
AGSErrorCodeGeocodeSuggestAddressNotSupported 

Geocode suggest address not supported.

Since
100.10
AGSErrorCodeGeocodeSuggestResultCorrupted 

Geocode suggest result corrupt.

Since
100.10
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.

Since
100.9
AGSErrorCodeMappingSyncDirectionUploadNotSupported 

An upload sync direction is not supported.

Since
100.10
AGSErrorCodeMappingTileCacheCompactV2ExportNotEnabled 

Tile export in .tpkx format is not supported.

Since
100.10
AGSErrorCodeMappingLayerDoesNotIntersectAreaOfInterest 

The specified layer does not intersect the area of interest.

Since
100.12
AGSErrorCodeMappingScheduledUpdateUploadRequired 

Local edits must be sent to a service (using a sync direction of upload) before scheduled updates can download a replacement geodatabase.

Since
100.14
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 AGSGeotriggerFeed.

AGSErrorCodeGeotriggersFenceParametersError 

A problem was encountered with the AGSFenceParameters for an AGSFenceGeotrigger.

AGSErrorCodeGeotriggersFenceDataWarning 

A problem was encountered with the fence data for an AGSGeotrigger.

AGSErrorCodeMotionSensorAccelerometerNotSupported 

Device doesn't support accelerometer.

AGSErrorCodeMotionSensorGyroscopeNotSupported 

Device doesn't support gyroscope.

AGSErrorCodeMotionSensorMagnetometerNotSupported 

Device doesn't support magnetometer.

◆ 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.

Since
100
Enumerator
AGSServicesErrorCodeBadRequest 

Bad request.

AGSServicesErrorCodeUnauthorized 

Authorization required.

AGSServicesErrorCodeForbidden 

Forbidden.

AGSServicesErrorCodeURLNotFound 

Requested URL not found.

AGSServicesErrorCodeInvalidToken 

Invalid token.

AGSServicesErrorCodeTokenRequired 

Token required.

AGSServicesErrorCodeUnknownError 

Unknown error.

Variable Documentation

◆ AGSCredentialErrorKey

AGS_EXTERN NSErrorUserInfoKey const AGSCredentialErrorKey

Key in userInfo of NSError. The value of this key should be an AGSCredential.

Since
100.11

◆ AGSErrorDomain

AGS_EXTERN NSString* const AGSErrorDomain

Constant representing domain for errors originating from ArcGIS Runtime.

Since
100
See also
AGSServicesErrorDomain

◆ AGSServicesErrorDomain

AGS_EXTERN NSString* const AGSServicesErrorDomain

Constant representing domain for errors originating from web services.

Since
100