ArcGIS Runtime SDK for iOS: AGSError.h File Reference
ArcGIS Runtime SDK for iOS  100.9
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, 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, AGSErrorCodeGeocodeUnsupportedFileFormat = 4001, AGSErrorCodeGeocodeUnsupportedSpatialReference = 4002, AGSErrorCodeGeocodeUnsupportedProjectionTransformation = 4003,
  AGSErrorCodeGeocodeGeocoderCreation = 4004, AGSErrorCodeGeocodeIntersectionsNotSupported = 4005, AGSErrorCodeGeocodeUninitializedGeocodeTask = 4006, AGSErrorCodeGeocodeInvalidLocatorProperties = 4007,
  AGSErrorCodeGeocodeRequiredFieldMissing = 4008, AGSErrorCodeGeocodeCannotReadAddress = 4009, AGSErrorCodeGeocodeReverseGeocodingNotSupported = 4010, 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, 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
}
 
enum  AGSServicesErrorCode {
  AGSServicesErrorCodeBadRequest = 400, AGSServicesErrorCodeUnauthorized = 401, AGSServicesErrorCodeForbidden = 403, AGSServicesErrorCodeURLNotFound = 404,
  AGSServicesErrorCodeInvalidToken = 498, AGSServicesErrorCodeTokenRequired = 499, AGSServicesErrorCodeUnknownError = 500
}
 

Variables

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 

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.

Since
100.5
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 AGSArcGISFeatureTable requires a global id field to support adding bulk attachments.

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

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

§ 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

§ 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