<ErrorTypes.h> - Error Enums

Collection of Error enumerations. More...

Header: #include <ErrorTypes.h>

Types

enum class ErrorDomainType { Unknown, ArcGISRuntime, ArcGISServer }
enum class ErrorType { Unknown, Success, CommonNullPtr, CommonInvalidArgument, CommonNotImplemented, …, SymbolDictionaryGeometryToOrderedAnchorPointError }
enum class ExtendedErrorType { None, NetworkError, FileIOError }

Detailed Description

Type Documentation

[since Esri::ArcGISRuntime 100.0] enum class ErrorDomainType

Enumerates the error domain.

The ErrorDomainType can be one of:

ConstantValueDescription
ErrorDomainType::Unknown-1Unknown
ErrorDomainType::ArcGISRuntime0ArcGISRuntime error
ErrorDomainType::ArcGISServer1ArcGISServer error

This enum was introduced or modified in Esri::ArcGISRuntime 100.0.

[since Esri::ArcGISRuntime 100.11] enum class ErrorType

The list of possible generic errors.

The ErrorType can be one of:

ConstantValueDescription
ErrorType::Unknown-1Unknown error. The catch-all for unknown errors.
ErrorType::Success0Success. Indicates success, not an error.
ErrorType::CommonNullPtr1nullptr pointer.
ErrorType::CommonInvalidArgument2Invalid argument.
ErrorType::CommonNotImplemented3Not implemented.
ErrorType::CommonOutOfRange4Out of range.
ErrorType::CommonInvalidAccess5Invalid access.
ErrorType::CommonIllegalState6Illegal state.
ErrorType::CommonNotFound7Not found.
ErrorType::CommonExists8Entity exists.
ErrorType::CommonTimeout9Timeout.
ErrorType::CommonRegularExpression10Regular expression error.
ErrorType::CommonPropertyNotSupported11Property not supported.
ErrorType::CommonNoPermission12No permission.
ErrorType::CommonFile13File error.
ErrorType::CommonFileNotFound14File not found.
ErrorType::CommonInvalidCall15Invalid call.
ErrorType::CommonIo16IO error.
ErrorType::CommonUserCanceled17User canceled.
ErrorType::CommonInternalError18Internal error.
ErrorType::CommonConversionFailed19Conversion failed.
ErrorType::CommonNoData20No data.
ErrorType::CommonInvalidJson21Invalid JSON.
ErrorType::CommonUserDefinedFailure22Propagated error.
ErrorType::CommonBadXml23Invalid XML.
ErrorType::CommonObjectAlreadyOwned24Object is already owned.
ErrorType::CommonQtReserved25An error that occured at the Qt API level, as opposed to in the lower level runtime core. For example a networking service error. Check other error properties for more information.
ErrorType::CommonExpired26The resource is past its expiry date.
ErrorType::CommonNullabilityViolation27Nullability violation. nullptr was returned from a property or method which is expected to be non-nullable.
ErrorType::CommonInvalidProperty28Invalid property. The value of a property is invalid.
ErrorType::SqliteError1001SQLite error.
ErrorType::SqliteInternal1002SQLite internal error.
ErrorType::SqlitePerm1003SQLite permission.
ErrorType::SqliteAbort1004SQLite operation aborted.
ErrorType::SqliteBusy1005SQLite database busy.
ErrorType::SqliteLocked1006SQLite database locked.
ErrorType::SqliteNoMem1007SQLite out of memory.
ErrorType::SqliteReadonly1008SQLite read only.
ErrorType::SqliteInterrupt1009SQLite operation interrupted.
ErrorType::SqliteIoErr1010SQLite IO error.
ErrorType::SqliteCorrupt1011SQLite corrupt database.
ErrorType::SqliteNotFound1012SQLite not found.
ErrorType::SqliteFull1013SQLite disk full.
ErrorType::SqliteCantOpen1014SQLite cannot open.
ErrorType::SqliteProtocol1015SQLite file locking protocol.
ErrorType::SqliteEmpty1016SQLite empty error. This code is not currently used.
ErrorType::SqliteSchema1017SQLite schema changed.
ErrorType::SqliteTooBig1018SQLite string or data blob too large.
ErrorType::SqliteConstraint1019SQLite constraint violation.
ErrorType::SqliteMismatch1020SQLite data type mismatch.
ErrorType::SqliteMisuse1021SQLite interface misuse.
ErrorType::SqliteNolfs1022SQLite no large file support.
ErrorType::SqliteAuth1023SQLite statement not authorized.
ErrorType::SqliteFormat1024SQLite format error. This code is not currently used.
ErrorType::SqliteRange1025SQLite out of range.
ErrorType::SQLiteNotADatabase1026Not an SQLite database.
ErrorType::SqliteNotice1027SQLite unusual operation notice.
ErrorType::SqliteWarning1028SQLite unusual operation warning.
ErrorType::SqliteRow1029SQLite row is available.
ErrorType::SqliteDone1030SQLite operation is complete.
ErrorType::GeometryUnknownError2000Unknown geometry error.
ErrorType::GeometryCorruptedGeometry2001Corrupt geometry.
ErrorType::GeometryEmptyGeometry2002Empty geometry.
ErrorType::GeometryMathSingularity2003Math singularity.
ErrorType::GeometryBufferIsTooSmall2004Geometry buffer too small.
ErrorType::GeometryInvalidShapeType2005Geometry invalid shape type.
ErrorType::GeometryProjectionOutOfSupportedRange2006Geometry projection out of supported range.
ErrorType::GeometryNonSimpleGeometry2007Non simple geometry.
ErrorType::GeometryCannotCalculateGeodesic2008Cannot calculate geodesic.
ErrorType::GeometryNotationConversion2009Geometry notation conversion.
ErrorType::GeometryMissingGridFile2010Missing grid file.
ErrorType::GeodatabaseValueOutOfRange3001Geodatabase value out of range.
ErrorType::GeodatabaseDataTypeMismatch3002Geodatabase data type mismatch.
ErrorType::GeodatabaseBadXml3003Geodatabase invalid XML.
ErrorType::GeodatabaseDatabaseAlreadyExists3004Database already exists.
ErrorType::GeodatabaseDatabaseDoesNotExist3005Database does not exist.
ErrorType::GeodatabaseNameLongerThan128Characters3006Geodatabase name longer than 128 characters.
ErrorType::GeodatabaseInvalidShapeType3007Geodatabase invalid shape type.
ErrorType::GeodatabaseRasterNotSupported3008Geodatabase raster not supported.
ErrorType::GeodatabaseRelationshipClassOneToOne3009Geodatabase relationship class one to one.
ErrorType::GeodatabaseItemNotFound3010Geodatabase item not found.
ErrorType::GeodatabaseDuplicateCode3011Geodatabase duplicate code.
ErrorType::GeodatabaseMissingCode3012Geodatabase missing code.
ErrorType::GeodatabaseWrongItemType3013Geodatabase wrong item type.
ErrorType::GeodatabaseIdFieldNotNullable3014Geodatabase Id field not nullable.
ErrorType::GeodatabaseDefaultValueNotSupported3015Geodatabase default value not supported.
ErrorType::GeodatabaseTableNotEditable3016Geodatabase table not editable.
ErrorType::GeodatabaseFieldNotFound3017Geodatabase field not found.
ErrorType::GeodatabaseFieldExists3018Geodatabase field exists.
ErrorType::GeodatabaseCannotAlterFieldType3019Geodatabase cannot alter field type.
ErrorType::GeodatabaseCannotAlterFieldWidth3020Geodatabase cannot alter field width.
ErrorType::GeodatabaseCannotAlterFieldToNullable3021Geodatabase cannot alter field to nullable.
ErrorType::GeodatabaseCannotAlterFieldToEditable3022Geodatabase cannot alter field to editable.
ErrorType::GeodatabaseCannotAlterFieldToDeletable3023Geodatabase cannot alter field to deletable.
ErrorType::GeodatabaseCannotAlterGeometryProperties3024Geodatabase cannot alter geometry properties.
ErrorType::GeodatabaseUnnamedTable3025Geodatabase unnamed table.
ErrorType::GeodatabaseInvalidTypeForDomain3026Geodatabase invalid type for domain.
ErrorType::GeodatabaseMinMaxReversed3027Geodatabase min max reversed.
ErrorType::GeodatabaseFieldNotSupportedOnRelationshipClass3028Geodatabase field not supported on relationship class.
ErrorType::GeodatabaseRelationshipClassKey3029Geodatabase relationship class key.
ErrorType::GeodatabaseValueIsNull3030Geodatabase value is nullptr.
ErrorType::GeodatabaseMultipleSqlStatements3031Geodatabase multiple SQL statements.
ErrorType::GeodatabaseNoSqlStatements3032Geodatabase no SQL statements.
ErrorType::GeodatabaseGeometryFieldMissing3033Geodatabase geometry field missing.
ErrorType::GeodatabaseTransactionStarted3034Geodatabase transaction started.
ErrorType::GeodatabaseTransactionNotStarted3035Geodatabase transaction not started.
ErrorType::GeodatabaseShapeRequiresZ3036Geodatabase shape requires z.
ErrorType::GeodatabaseShapeRequiresM3037Geodatabase shape requires m.
ErrorType::GeodatabaseShapeNoZ3038Geodatabase shape no z.
ErrorType::GeodatabaseShapeNoM3039Geodatabase shape no m.
ErrorType::GeodatabaseShapeWrongType3040Geodatabase shape wrong type.
ErrorType::GeodatabaseCannotUpdateFieldType3041Geodatabase cannot update field type.
ErrorType::GeodatabaseNoRowsAffected3042Geodatabase no rows affected.
ErrorType::GeodatabaseSubtypeInvalid3043Geodatabase subtype invalid.
ErrorType::GeodatabaseSubtypeMustBeInteger3044Geodatabase subtype must be integer.
ErrorType::GeodatabaseSubtypesNotEnabled3045Geodatabase subtypes not enabled.
ErrorType::GeodatabaseSubtypeExists3046Geodatabase subtype exists.
ErrorType::GeodatabaseDuplicateFieldNotAllowed3047Geodatabase duplicate field not allowed.
ErrorType::GeodatabaseCannotDeleteField3048Geodatabase cannot delete field.
ErrorType::GeodatabaseIndexExists3049Geodatabase index exists.
ErrorType::GeodatabaseIndexNotFound3050Geodatabase index not found.
ErrorType::GeodatabaseCursorNotOnRow3051Geodatabase cursor not on row.
ErrorType::GeodatabaseInternalError3052Geodatabase internal error.
ErrorType::GeodatabaseCannotWriteGeodatabaseManagedFields3053Geodatabase cannot write geodatabase managed fields.
ErrorType::GeodatabaseItemAlreadyExists3054Geodatabase item already exists.
ErrorType::GeodatabaseInvalidSpatialIndexName3055Geodatabase invalid spatial index name.
ErrorType::GeodatabaseRequiresSpatialIndex3056Geodatabase requires spatial index.
ErrorType::GeodatabaseReservedName3057Geodatabase reserved name.
ErrorType::GeodatabaseCannotUpdateSchemaIfChangeTracking3058Geodatabase cannot update schema if change tracking.
ErrorType::GeodatabaseInvalidDate3059Geodatabase invalid date.
ErrorType::GeodatabaseDatabaseDoesNotHaveChanges3060Geodatabase database does not have changes.
ErrorType::GeodatabaseReplicaDoesNotExist3061Geodatabase replica does not exist.
ErrorType::GeodatabaseStorageTypeNotSupported3062Geodatabase storage type not supported.
ErrorType::GeodatabaseReplicaModelError3063Geodatabase replica model error.
ErrorType::GeodatabaseReplicaClientGenError3064Geodatabase replica client generation error.
ErrorType::GeodatabaseReplicaNoUploadToAcknowledge3065Geodatabase replica no upload to acknowledge.
ErrorType::GeodatabaseLastWriteTimeInTheFuture3066Geodatabase last write time in the future.
ErrorType::GeodatabaseInvalidArgument3067Geodatabase invalid argument.
ErrorType::GeodatabaseTransportationNetworkCorrupt3068Geodatabase transportation network corrupt.
ErrorType::GeodatabaseTransportationNetworkFileIo3069Geodatabase transportation network file IO error.
ErrorType::GeodatabaseFeatureHasPendingEdits3070Geodatabase feature has pending edits.
ErrorType::GeodatabaseChangeTrackingNotEnabled3071Geodatabase change tracking not enabled.
ErrorType::GeodatabaseTransportationNetworkFileOpen3072Geodatabase transportation network file open.
ErrorType::GeodatabaseTransportationNetworkUnsupported3073Geodatabase transportation network unsupported.
ErrorType::GeodatabaseCannotSyncCopy3074Geodatabase cannot sync copy.
ErrorType::GeodatabaseAccessControlDenied3075Geodatabase access control denied.
ErrorType::GeodatabaseGeometryOutsideReplicaExtent3076Geodatabase geometry outside replica extent.
ErrorType::GeodatabaseUploadAlreadyInProgress3077Geodatabase upload already in progress.
ErrorType::GeodatabaseDatabaseClosed3078Geodatabase is closed.
ErrorType::GeodatabaseDomainAlreadyExists3079Domain exists.
ErrorType::GeodatabaseGeometryTypeNotSupported3080Geodatabase geometry type not supported.
ErrorType::GeodatabaseAttachmentsRequireGlobalIds3081ArcGISFeatureTable requires a global Id field to support adding bulk attachments.
ErrorType::GeodatabaseConstraintRuleViolation3082Violated attribute constraint rule.
ErrorType::GeodatabaseMaxRuleEvaluationLevelExceeded3083The evaluation of attribute rules is cyclic or exceeds maximum cascading level.
ErrorType::GeodatabaseUnsupportedVersion3084The version of the geodatabase is unsupported
ErrorType::GeodatabaseTransportationNetworkUnsupportedEvaluator3085Network attribute evaluator is not supported.
ErrorType::GeodatabaseGlobalIdSupportMismatch3086Data changes cannot safely be committed due to mismatch of global ID support.
ErrorType::GeodatabaseReconcileBranchVersionUnsupported3087Feature service does not support branch version reconciliation during sync.
ErrorType::GeocodeUnsupportedFileFormat4001Geocode unsupported file format.
ErrorType::GeocodeUnsupportedSpatialReference4002Geocode unsupported spatial reference.
ErrorType::GeocodeUnsupportedProjectionTransformation4003Geocode unsupported projection transformation.
ErrorType::GeocodeGeocoderCreation4004Geocoder creation error.
ErrorType::GeocodeIntersectionsNotSupported4005Geocode intersections not supported.
ErrorType::GeocodeUninitializedGeocodeTask4006Uninitialized geocode task.
ErrorType::GeocodeInvalidLocatorProperties4007Invalid geocode locator properties.
ErrorType::GeocodeRequiredFieldMissing4008Geocode required field missing.
ErrorType::GeocodeCannotReadAddress4009Geocode cannot read address.
ErrorType::GeocodeReverseGeocodingNotSupported4010Geocoding not supported.
ErrorType::GeocodeGeometryTypeNotSupported4011Geocode geometry type not supported.
ErrorType::GeocodeSuggestAddressNotSupported4012Geocode suggest address not supported.
ErrorType::GeocodeSuggestResultCorrupted4013Geocode suggest result corrupt.
ErrorType::NetworkAnalystInvalidRouteSettings5001Network analyst invalid route settings.
ErrorType::NetworkAnalystNoSolution5002Network analyst no solution.
ErrorType::NetworkAnalystTaskCanceled5003Network analyst task canceled.
ErrorType::NetworkAnalystInvalidNetwork5004Network analyst invalid network.
ErrorType::NetworkAnalystDirectionsError5005Network analyst directions error.
ErrorType::NetworkAnalystInsufficientNumberOfStops5006Network analyst insufficient number of stops.
ErrorType::NetworkAnalystStopUnlocated5007Network analyst stop unlocated.
ErrorType::NetworkAnalystStopLocatedOnNonTraversableElement5008Network analyst stop located on non traversable element.
ErrorType::NetworkAnalystPointBarrierInvalidAddedCostAttributeName5009Network analyst point barrier invalid added cost attribute name.
ErrorType::NetworkAnalystLineBarrierInvalidScaledCostAttributeName5010Network analyst line barrier invalid scaled cost attribute name.
ErrorType::NetworkAnalystPolygonBarrierInvalidScaledCostAttributeName5011Network analyst polygon barrier invalid scaled cost attribute name.
ErrorType::NetworkAnalystPolygonBarrierInvalidScaledCostAttributeValue5012Network analyst polygon barrier invalid scaled cost attribute value.
ErrorType::NetworkAnalystPolylineBarrierInvalidScaledCostAttributeValue5013Network analyst polyline barrier invalid scaled cost attribute value.
ErrorType::NetworkAnalystInvalidImpedanceAttribute5014Network analyst invalid impedance attribute.
ErrorType::NetworkAnalystInvalidRestrictionAttribute5015Network analyst invalid restriction attribute.
ErrorType::NetworkAnalystInvalidAccumulateAttribute5016Network analyst invalid accumulate attribute.
ErrorType::NetworkAnalystInvalidDirectionsTimeAttribute5017Network analyst invalid directions time attribute.
ErrorType::NetworkAnalystInvalidDirectionsDistanceAttribute5018Network analyst invalid directions distance attribute.
ErrorType::NetworkAnalystInvalidAttributeParametersAttributeName5019Network analyst invalid attribute parameters attribute name.
ErrorType::NetworkAnalystInvalidAttributeParametersParameterName5020Network analyst invalid attributes parameters parameter name.
ErrorType::NetworkAnalystInvalidAttributeParametersValueType5021Network analyst invalid attributes parameters value type.
ErrorType::NetworkAnalystInvalidAttributeParametersRestrictionUsageValue5022Network analyst invalid attribute parameters restriction usage value.
ErrorType::NetworkAnalystNetworkHasNoHierarchyAttribute5023Network analyst network has no hierarchy attribute.
ErrorType::NetworkAnalystNoPathFoundBetweenStops5024Network analyst no path found between stops.
ErrorType::NetworkAnalystUndefinedInputSpatialReference5025Network analyst undefined input spatial reference.
ErrorType::NetworkAnalystUndefinedOutputSpatialReference5026Network analyst undefined output spatial reference.
ErrorType::NetworkAnalystInvalidDirectionsStyle5027Network analyst invalid directions style.
ErrorType::NetworkAnalystDirectionsTimeAndImpedanceAttributeMismatch5029Network analyst directions time and impedance attribute mismatch.
ErrorType::NetworkAnalystInvalidDirectionsRoadClassAttribute5030Network analyst invalid directions road class attribute.
ErrorType::NetworkAnalystStopIsUnreachable5031Network analyst stop cannot be reached.
ErrorType::NetworkAnalystStopTimeWindowStartsBeforeUnixEpoch5032Network analyst stop time window starts before unix epoch.
ErrorType::NetworkAnalystStopTimeWindowIsInverted5033Network analyst stop time window is inverted.
ErrorType::NetworkAnalystWalkingModeRouteTooLarge5034Walking mode route too large.
ErrorType::NetworkAnalystStopHasNullGeometry5035Stop has nullptr geometry.
ErrorType::NetworkAnalystPointBarrierHasNullGeometry5036Point barrier has nullptr geometry.
ErrorType::NetworkAnalystPolylineBarrierHasNullGeometry5037Polyline barrier has nullptr geometry.
ErrorType::NetworkAnalystPolygonBarrierHasNullGeometry5038Polygon barrier has nullptr geometry.
ErrorType::NetworkAnalystUnsupportedSearchWhereClause5039Online route task does not support search_where_clause condition.
ErrorType::NetworkAnalystInsufficientNumberOfFacilities5040Network analyst insufficient number of facilities.
ErrorType::NetworkAnalystFacilityHasNullGeometry5041Network analyst facility has nullptr geometry.
ErrorType::NetworkAnalystFacilityHasInvalidAddedCostAttributeName5042Network analyst facility has invalid added cost attribute name.
ErrorType::NetworkAnalystFacilityHasNegativeAddedCostAttribute5043Network analyst facility has negative added cost attribute.
ErrorType::NetworkAnalystFacilityHasInvalidImpedanceCutoff5044Network analyst facility has invalid impedance cutoff.
ErrorType::NetworkAnalystInsufficientNumberOfIncidents5045Network analyst insufficient number of incidents.
ErrorType::NetworkAnalystIncidentHasNullGeometry5046Network analyst incident has nullptr geometry.
ErrorType::NetworkAnalystIncidentHasInvalidAddedCostAttributeName5047Network analyst incident has invalid added cost attribute name.
ErrorType::NetworkAnalystIncidentHasNegativeAddedCostAttribute5048Network analyst incident has negative added cost attribute.
ErrorType::NetworkAnalystInvalidTargetFacilityCount5049Network analyst invalid target facility count.
ErrorType::NetworkAnalystIncidentHasInvalidImpedanceCutoff5050Network analyst incident has invalid impedance cutoff.
ErrorType::NetworkAnalystStartTimeIsBeforeUnixEpoch5051Network analyst start time is before Unix epoch.
ErrorType::NetworkAnalystInvalidDefaultImpedanceCutoff5052Network analyst invalid default impedance cutoff.
ErrorType::NetworkAnalystInvalidDefaultTargetFacilityCount5053Network analyst invalid default target facility count.
ErrorType::NetworkAnalystInvalidPolygonBufferDistance5054Network analyst invalid polygon buffer distance.
ErrorType::NetworkAnalystPolylinesCannotBeReturned5055Network analyst polylines cannot be returned.
ErrorType::NetworkAnalystTimeWindowsWithNonTimeImpedance5056Network analyst solving non time impedance, but time windows applied.
ErrorType::NetworkAnalystUnsupportedStopType5057One or more stops have unsupported type.
ErrorType::NetworkAnalystRouteStartsOrEndsOnWaypoint5058Network analyst route starts or ends on a waypoint.
ErrorType::NetworkAnalystWaypointsAndRestBreaksForbiddenReordering5059Network analyst reordering stops (Traveling Salesman Problem) is not supported when the collection of stops contains waypoints or rest breaks.
ErrorType::NetworkAnalystWaypointHasTimeWindows5060Network analyst waypoint contains time windows.
ErrorType::NetworkAnalystWaypointHasAddedCostAttribute5061Network analyst waypoint contains added cost attribute.
ErrorType::NetworkAnalystStopHasInvalidCurbApproach5062Network analyst stop has unknown curb approach.
ErrorType::NetworkAnalystPointBarrierHasInvalidCurbApproach5063Network analyst point barrier has unknown curb approach.
ErrorType::NetworkAnalystFacilityHasInvalidCurbApproach5064Network analyst facility has unknown curb approach.
ErrorType::NetworkAnalystIncidentHasInvalidCurbApproach5065Network analyst incident has unknown curb approach.
ErrorType::NetworkAnalystNetworkDoesNotSupportDirections5066Network dataset has no directions attributes.
ErrorType::NetworkAnalystDirectionsLanguageNotFound5067Desired direction language not supported by platform.
ErrorType::JsonParserInvalidToken6001JSON parser invalid token.
ErrorType::JsonParserInvalidCharacter6002JSON parser invalid character.
ErrorType::JsonParserInvalidUnicode6003JSON parser invalid unicode.
ErrorType::JsonParserInvalidJsonStart6004JSON parser invalid start of JSON.
ErrorType::JsonParserInvalidEndOfPair6005JSON parser invalid end of pair.
ErrorType::JsonParserInvalidEndOfElement6006JSON parser invalid end of element.
ErrorType::JsonParserInvalidEscapeSequence6007JSON parser invalid escape sequence.
ErrorType::JsonParserInvalidEndOfFieldName6008JSON parser invalid end of field name.
ErrorType::JsonParserInvalidStartOfFieldName6009JSON parser invalid start of field name.
ErrorType::JsonParserInvalidStartOfComment6010JSON parser invalid start of comment.
ErrorType::JsonParserInvalidDecDigit6011JSON parser invalid decimal digit.
ErrorType::JsonParserInvalidHexDigit6012JSON parser invalid hex digit.
ErrorType::JsonParserExpectingNull6013JSON parser expecting nullptr.
ErrorType::JsonParserExpectingTrue6014JSON parser expecting true.
ErrorType::JsonParserExpectingFalse6015JSON parser expecting false.
ErrorType::JsonParserExpectingClosingQuote6016JSON parser expecting closing quote.
ErrorType::JsonParserExpectingNan6017JSON parser expecting not a number.
ErrorType::JsonParserExpectingEndOfComment6018JSON parser expecting end of comment.
ErrorType::JsonParserUnexpectedEndOfData6019JSON parser unexpected end of data.
ErrorType::JsonObjectExpectingStartObject6020JSON object expecting start object.
ErrorType::JsonObjectExpectingStartArray6021JSON object expecting start array.
ErrorType::JsonObjectExpectingValueObject6022JSON object expecting value object.
ErrorType::JsonObjectExpectingValueArray6023JSON object expecting value array.
ErrorType::JsonObjectExpectingValueInt326024JSON object expecting value int32.
ErrorType::JsonObjectExpectingIntegerType6025JSON object expecting integer type.
ErrorType::JsonObjectExpectingNumberType6026JSON object expecting number type.
ErrorType::JsonObjectExpectingValueString6027JSON object expecting value string.
ErrorType::JsonObjectExpectingValueBool6028JSON object expecting value bool.
ErrorType::JsonObjectIteratorNotStarted6029JSON object iterator not started.
ErrorType::JsonObjectIteratorIsFinished6030JSON object iterator is finished.
ErrorType::JsonObjectKeyNotFound6031JSON object key not found.
ErrorType::JsonObjectIndexOutOfRange6032JSON object index out of range.
ErrorType::JsonStringWriterJsonIsComplete6033JSON string writer JSON is complete.
ErrorType::JsonStringWriterInvalidJsonInput6034JSON string writer invalid JSON input.
ErrorType::JsonStringWriterExpectingContainer6035JSON string writer expecting container.
ErrorType::JsonStringWriterExpectingKeyOrEndObject6036JSON string writer expecting key or end object.
ErrorType::JsonStringWriterExpectingValueOrEndArray6037JSON string writer expecting value or end array.
ErrorType::JsonStringWriterExpectingValue6038JSON string writer expecting value.
ErrorType::MappingMissingSpatialReference7001Spatial reference is missing.
ErrorType::MappingMissingInitialViewpoint7002Initial viewpoint is missing.
ErrorType::MappingInvalidResponse7003Invalid request response.
ErrorType::MappingMissingBingMapsKey7004Bing maps key is missing.
ErrorType::MappingUnsupportedLayerType7005Layer type is not supported.
ErrorType::MappingSyncNotEnabled7006Sync not enabled.
ErrorType::MappingTileExportNotEnabled7007Tile export is not enabled.
ErrorType::MappingMissingItemProperty7008Required item property is missing.
ErrorType::MappingWebmapNotSupported7009Web map version is not supported.
ErrorType::MappingSpatialReferenceInvalid7011Spatial reference invalid or incompatible.
ErrorType::MappingPackageUnpackRequired7012Package needs to be unpacked before it can be used.
ErrorType::MappingUnsupportedElevationFormat7013Elevation source data format is not supported.
ErrorType::MappingWebsceneNotSupported7014Web scene version or viewing mode is not supported.
ErrorType::MappingNotLoaded7015Loadable object is not loaded when it is expected to be loaded.
ErrorType::MappingScheduledUpdatesNotSupported7016Scheduled updates for an offline preplanned map area are not supported.
ErrorType::MappingUtilityNetworkTraceFailed7017Trace operation executed by the service failed.
ErrorType::MappingInvalidArcadeExpression7018Arcade expression is invalid.
ErrorType::MappingUtilityNetworkTooManyAssociations7019Requested extent contains too many associations.
ErrorType::MappingMaxFeatureCountExceeded7020A layer has requested more features than the service maximum feature count.
ErrorType::MappingBranchVersioningNotSupportedByService7021Feature service does not support branch versioning.
ErrorType::MappingPackagingNotComplete7022Packaging of data for the preplanned map area is not complete and it is not ready for download.
ErrorType::MappingSyncDirectionUploadNotSupported7023An upload sync direction is not supported.
ErrorType::MappingTileCacheCompactV2ExportNotEnabled7024Tile export in .tpkx format is not supported.
ErrorType::MappingLayerDoesNotIntersectAreaOfInterest7025There are no tiles within the export area of interest.
ErrorType::MappingScheduledUpdateUploadRequired7026Local edits must be sent to a service (using a sync direction of upload) before scheduled updates can download a replacement geodatabase.
ErrorType::LicensingUnlicensedFeature8001Unlicensed feature.
ErrorType::LicensingLicenseLevelFixed8002License level fixed.
ErrorType::LicensingLicenseLevelAlreadySet8003License level is already set.
ErrorType::LicensingMainLicenseNotSet8004Main license is not set.
ErrorType::LicensingUnlicensedExtension8005Unlicensed extension.
ErrorType::LicensingPortalUserWithNoLicense8006Portal user with no license.
ErrorType::LocalServerServerFailedToStart9001Local server failed to start.
ErrorType::LocalServerServiceFailedToStart9002A local server's service failed to start.
ErrorType::LocalServerServiceTerminatedUnexpectedly9003A local server's service terminated unexpectedly.
ErrorType::LocalServerServerFailed9004The local server has failed.
ErrorType::LocalServerServiceFailed9005A local server's service has failed.
ErrorType::StdIosBaseFailure10001IO error.
ErrorType::StdBadArrayNewLength10002Invalid array length.
ErrorType::StdUnderflowError10003Arithmetic underflow.
ErrorType::StdSystemError10004System error.
ErrorType::StdRangeError10005Range error.
ErrorType::StdOverflowError10006Arithmetic overflow.
ErrorType::StdOutOfRange10007Out of range.
ErrorType::StdLengthError10008Length error.
ErrorType::StdInvalidArgument10009Invalid argument.
ErrorType::StdFutureError10010Asynchronous error.
ErrorType::StdDomainError10011Math domain error.
ErrorType::StdRuntimeError10012Unknown error.
ErrorType::StdLogicError10013Logic error.
ErrorType::StdBadWeakPtr10014Invalid weak reference.
ErrorType::StdBadTypeId10015Invalid type Id.
ErrorType::StdBadFunctionCall10016Invalid function call.
ErrorType::StdBadException10017Invalid error management.
ErrorType::StdBadCast10018Invalid cast.
ErrorType::StdBadAlloc10019Out of memory.
ErrorType::StdException10020Unknown error.
ErrorType::NavigationReroutingNotSupportedByService13001Service does not support rerouting.
ErrorType::GeotriggersFeedError16001A problem was encountered with a GeotriggerFeed. An invalid GeotriggerFeed indicates that a GeotriggerMonitor is unable to perform checks. No GeotriggerNotificationInfo events will be sent.
ErrorType::GeotriggersFenceParametersError16002A problem was encountered with the FenceParameters for a FenceGeotrigger. An invalid FenceParameters indicates that a GeotriggerMonitor is unable to perform checks. No GeotriggerNotificationInfo events will be sent.
ErrorType::GeotriggersFenceDataWarning16003A problem was encountered with the fence data for a Geotrigger. There is a problem with some of the fence data and these will not be checked by a GeotriggerMonitor. However, other data is valid so GeotriggerNotificationInfo events can be sent.
ErrorType::MotionSensorAccelerometerNotSupported17000Device does not support accelerometer.
ErrorType::MotionSensorGyroscopeNotSupported17001Device does not support gyroscope.
ErrorType::MotionSensorMagnetometerNotSupported17002Device does not support magnetometer.
ErrorType::AuthenticationInvalidCredentials18001Invalid credentials, unable to generate token.
ErrorType::AuthenticationUnableToDetermineTokenUrl18002Unable to determine generate token URL.
ErrorType::AuthenticationTokenExpired18003Token has expired.
ErrorType::AuthenticationTokenRequired18004A token or API key is required.
ErrorType::AuthenticationInvalidApiKey18005Invalid API key.
ErrorType::AuthenticationInvalidToken18006Invalid token.
ErrorType::AuthenticationForbidden18007You do not have permission to access the resource.
ErrorType::AuthenticationSslRequired18008Secure socket layer required.
ErrorType::AuthenticationCredentialCannotBeShared18009The credential cannot be shared with the request URL.
ErrorType::AuthenticationOauthFailure18010The authorization end point responded with a failure.
ErrorType::AuthenticationChallengeCanceled18011The authentication challenge was canceled.
ErrorType::SymbolDictionaryNotSupported19000Symbol dictionary not supported.
ErrorType::SymbolDictionaryMissingConfiguration19001Missing symbol dictionary configuration.
ErrorType::SymbolDictionaryMissingScript19002Missing symbol dictionary script.
ErrorType::SymbolDictionaryMissingDisplayName19003Missing symbol dictionary display name.
ErrorType::SymbolDictionaryConfigurationParsingError19004Error parsing the symbol dictionary configuration.
ErrorType::SymbolDictionaryArcadeParsingError19005Error parsing the symbol dictionary script.
ErrorType::SymbolDictionaryArcadeEvaluationError19006Error evaluating the symbol dictionary script.
ErrorType::SymbolDictionaryStylxConnectionError19007Error establishing connection with the stylx file for symbol dictionary.
ErrorType::SymbolDictionaryOrderedAnchorPointToGeometryError19008Error converting ordered anchor points to geometry for symbol dictionary.
ErrorType::SymbolDictionaryGeometryToOrderedAnchorPointError19009Error converting geometry to ordered anchor points for symbol dictionary.

This enum was introduced or modified in Esri::ArcGISRuntime 100.11.

[since Esri::ArcGISRuntime 100.0] enum class ExtendedErrorType

Enumerates extended error type.

The ExtendedErrorType can be one of:

ConstantValueDescription
ExtendedErrorType::None-1None
ExtendedErrorType::NetworkError0Network error
ExtendedErrorType::FileIOError1File I/O error

This enum was introduced or modified in Esri::ArcGISRuntime 100.0.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close