Enums.ErrorType enumeration

  • QML Enumeration List
  • Enums.ErrorType enumeration
  • The ErrorType can be one of:

    ConstantDescription
    Enums.ErrorTypeUnknown(-1) Unknown error. The catch-all for unknown errors.
    Enums.ErrorTypeSuccess(0) Success. Indicates success, not an error.
    Enums.ErrorTypeCommonNullPtr(1) null pointer.
    Enums.ErrorTypeCommonInvalidArgument(2) Invalid argument.
    Enums.ErrorTypeCommonNotImplemented(3) Not implemented.
    Enums.ErrorTypeCommonOutOfRange(4) Out of range.
    Enums.ErrorTypeCommonInvalidAccess(5) Invalid access.
    Enums.ErrorTypeCommonIllegalState(6) Illegal state.
    Enums.ErrorTypeCommonNotFound(7) Not found.
    Enums.ErrorTypeCommonExists(8) Entity exists.
    Enums.ErrorTypeCommonTimeout(9) Timeout.
    Enums.ErrorTypeCommonRegularExpression(10) Regular expression error.
    Enums.ErrorTypeCommonPropertyNotSupported(11) Property not supported.
    Enums.ErrorTypeCommonNoPermission(12) No permission.
    Enums.ErrorTypeCommonFile(13) File error.
    Enums.ErrorTypeCommonFileNotFound(14) File not found.
    Enums.ErrorTypeCommonInvalidCall(15) Invalid call.
    Enums.ErrorTypeCommonIo(16) IO error.
    Enums.ErrorTypeCommonUserCanceled(17) User canceled.
    Enums.ErrorTypeCommonInternalError(18) Internal error.
    Enums.ErrorTypeCommonConversionFailed(19) Conversion failed.
    Enums.ErrorTypeCommonNoData(20) No data.
    Enums.ErrorTypeCommonInvalidJson(21) Invalid JSON.
    Enums.ErrorTypeCommonUserDefinedFailure(22) Propagated error.
    Enums.ErrorTypeCommonBadXml(23) Invalid XML.
    Enums.ErrorTypeCommonObjectAlreadyOwned(24) Object is already owned.
    Enums.ErrorTypeCommonQtReserved(25) An error that occured at the QML API level, as opposed to in the lower level runtime core. For example a networking service error. Check other error properties for more information.
    Enums.ErrorTypeCommonExpired(26) The resource is past its expiry date.
    Enums.ErrorTypeCommonNullabilityViolation(27) Nullability violation. null was returned from a property or method which is expected to be non-nullable.
    Enums.ErrorTypeCommonInvalidProperty(28) Invalid property. The value of a property is invalid.
    Enums.ErrorTypeSqliteError(1001) SQLite error.
    Enums.ErrorTypeSqliteInternal(1002) SQLite internal error.
    Enums.ErrorTypeSqlitePerm(1003) SQLite permission.
    Enums.ErrorTypeSqliteAbort(1004) SQLite operation aborted.
    Enums.ErrorTypeSqliteBusy(1005) SQLite database busy.
    Enums.ErrorTypeSqliteLocked(1006) SQLite database locked.
    Enums.ErrorTypeSqliteNoMem(1007) SQLite out of memory.
    Enums.ErrorTypeSqliteReadonly(1008) SQLite read only.
    Enums.ErrorTypeSqliteInterrupt(1009) SQLite operation interrupted.
    Enums.ErrorTypeSqliteIoErr(1010) SQLite IO error.
    Enums.ErrorTypeSqliteCorrupt(1011) SQLite corrupt database.
    Enums.ErrorTypeSqliteNotFound(1012) SQLite not found.
    Enums.ErrorTypeSqliteFull(1013) SQLite disk full.
    Enums.ErrorTypeSqliteCantOpen(1014) SQLite cannot open.
    Enums.ErrorTypeSqliteProtocol(1015) SQLite file locking protocol.
    Enums.ErrorTypeSqliteEmpty(1016) SQLite empty error. This code is not currently used.
    Enums.ErrorTypeSqliteSchema(1017) SQLite schema changed.
    Enums.ErrorTypeSqliteTooBig(1018) SQLite string or data blob too large.
    Enums.ErrorTypeSqliteConstraint(1019) SQLite constraint violation.
    Enums.ErrorTypeSqliteMismatch(1020) SQLite data type mismatch.
    Enums.ErrorTypeSqliteMisuse(1021) SQLite interface misuse.
    Enums.ErrorTypeSqliteNolfs(1022) SQLite no large file support.
    Enums.ErrorTypeSqliteAuth(1023) SQLite statement not authorized.
    Enums.ErrorTypeSqliteFormat(1024) SQLite format error. This code is not currently used.
    Enums.ErrorTypeSqliteRange(1025) SQLite out of range.
    Enums.ErrorTypeSQLiteNotADatabase(1026) Not an SQLite database.
    Enums.ErrorTypeSqliteNotice(1027) SQLite unusual operation notice.
    Enums.ErrorTypeSqliteWarning(1028) SQLite unusual operation warning.
    Enums.ErrorTypeSqliteRow(1029) SQLite row is available.
    Enums.ErrorTypeSqliteDone(1030) SQLite operation is complete.
    Enums.ErrorTypeGeometryUnknownError(2000) Unknown geometry error.
    Enums.ErrorTypeGeometryCorruptedGeometry(2001) Corrupt geometry.
    Enums.ErrorTypeGeometryEmptyGeometry(2002) Empty geometry.
    Enums.ErrorTypeGeometryMathSingularity(2003) Math singularity.
    Enums.ErrorTypeGeometryBufferIsTooSmall(2004) Geometry buffer too small.
    Enums.ErrorTypeGeometryInvalidShapeType(2005) Geometry invalid shape type.
    Enums.ErrorTypeGeometryProjectionOutOfSupportedRange(2006) Geometry projection out of supported range.
    Enums.ErrorTypeGeometryNonSimpleGeometry(2007) Non simple geometry.
    Enums.ErrorTypeGeometryCannotCalculateGeodesic(2008) Cannot calculate geodesic.
    Enums.ErrorTypeGeometryNotationConversion(2009) Geometry notation conversion.
    Enums.ErrorTypeGeometryMissingGridFile(2010) Missing grid file.
    Enums.ErrorTypeGeodatabaseValueOutOfRange(3001) Geodatabase value out of range.
    Enums.ErrorTypeGeodatabaseDataTypeMismatch(3002) Geodatabase data type mismatch.
    Enums.ErrorTypeGeodatabaseBadXml(3003) Geodatabase invalid XML.
    Enums.ErrorTypeGeodatabaseDatabaseAlreadyExists(3004) Database already exists.
    Enums.ErrorTypeGeodatabaseDatabaseDoesNotExist(3005) Database does not exist.
    Enums.ErrorTypeGeodatabaseNameLongerThan128Characters(3006) Geodatabase name longer than 128 characters.
    Enums.ErrorTypeGeodatabaseInvalidShapeType(3007) Geodatabase invalid shape type.
    Enums.ErrorTypeGeodatabaseRasterNotSupported(3008) Geodatabase raster not supported.
    Enums.ErrorTypeGeodatabaseRelationshipClassOneToOne(3009) Geodatabase relationship class one to one.
    Enums.ErrorTypeGeodatabaseItemNotFound(3010) Geodatabase item not found.
    Enums.ErrorTypeGeodatabaseDuplicateCode(3011) Geodatabase duplicate code.
    Enums.ErrorTypeGeodatabaseMissingCode(3012) Geodatabase missing code.
    Enums.ErrorTypeGeodatabaseWrongItemType(3013) Geodatabase wrong item type.
    Enums.ErrorTypeGeodatabaseIdFieldNotNullable(3014) Geodatabase Id field not nullable.
    Enums.ErrorTypeGeodatabaseDefaultValueNotSupported(3015) Geodatabase default value not supported.
    Enums.ErrorTypeGeodatabaseTableNotEditable(3016) Geodatabase table not editable.
    Enums.ErrorTypeGeodatabaseFieldNotFound(3017) Geodatabase field not found.
    Enums.ErrorTypeGeodatabaseFieldExists(3018) Geodatabase field exists.
    Enums.ErrorTypeGeodatabaseCannotAlterFieldType(3019) Geodatabase cannot alter field type.
    Enums.ErrorTypeGeodatabaseCannotAlterFieldWidth(3020) Geodatabase cannot alter field width.
    Enums.ErrorTypeGeodatabaseCannotAlterFieldToNullable(3021) Geodatabase cannot alter field to nullable.
    Enums.ErrorTypeGeodatabaseCannotAlterFieldToEditable(3022) Geodatabase cannot alter field to editable.
    Enums.ErrorTypeGeodatabaseCannotAlterFieldToDeletable(3023) Geodatabase cannot alter field to deletable.
    Enums.ErrorTypeGeodatabaseCannotAlterGeometryProperties(3024) Geodatabase cannot alter geometry properties.
    Enums.ErrorTypeGeodatabaseUnnamedTable(3025) Geodatabase unnamed table.
    Enums.ErrorTypeGeodatabaseInvalidTypeForDomain(3026) Geodatabase invalid type for domain.
    Enums.ErrorTypeGeodatabaseMinMaxReversed(3027) Geodatabase min max reversed.
    Enums.ErrorTypeGeodatabaseFieldNotSupportedOnRelationshipClass(3028) Geodatabase field not supported on relationship class.
    Enums.ErrorTypeGeodatabaseRelationshipClassKey(3029) Geodatabase relationship class key.
    Enums.ErrorTypeGeodatabaseValueIsNull(3030) Geodatabase value is null.
    Enums.ErrorTypeGeodatabaseMultipleSqlStatements(3031) Geodatabase multiple SQL statements.
    Enums.ErrorTypeGeodatabaseNoSqlStatements(3032) Geodatabase no SQL statements.
    Enums.ErrorTypeGeodatabaseGeometryFieldMissing(3033) Geodatabase geometry field missing.
    Enums.ErrorTypeGeodatabaseTransactionStarted(3034) Geodatabase transaction started.
    Enums.ErrorTypeGeodatabaseTransactionNotStarted(3035) Geodatabase transaction not started.
    Enums.ErrorTypeGeodatabaseShapeRequiresZ(3036) Geodatabase shape requires z.
    Enums.ErrorTypeGeodatabaseShapeRequiresM(3037) Geodatabase shape requires m.
    Enums.ErrorTypeGeodatabaseShapeNoZ(3038) Geodatabase shape no z.
    Enums.ErrorTypeGeodatabaseShapeNoM(3039) Geodatabase shape no m.
    Enums.ErrorTypeGeodatabaseShapeWrongType(3040) Geodatabase shape wrong type.
    Enums.ErrorTypeGeodatabaseCannotUpdateFieldType(3041) Geodatabase cannot update field type.
    Enums.ErrorTypeGeodatabaseNoRowsAffected(3042) Geodatabase no rows affected.
    Enums.ErrorTypeGeodatabaseSubtypeInvalid(3043) Geodatabase subtype invalid.
    Enums.ErrorTypeGeodatabaseSubtypeMustBeInteger(3044) Geodatabase subtype must be integer.
    Enums.ErrorTypeGeodatabaseSubtypesNotEnabled(3045) Geodatabase subtypes not enabled.
    Enums.ErrorTypeGeodatabaseSubtypeExists(3046) Geodatabase subtype exists.
    Enums.ErrorTypeGeodatabaseDuplicateFieldNotAllowed(3047) Geodatabase duplicate field not allowed.
    Enums.ErrorTypeGeodatabaseCannotDeleteField(3048) Geodatabase cannot delete field.
    Enums.ErrorTypeGeodatabaseIndexExists(3049) Geodatabase index exists.
    Enums.ErrorTypeGeodatabaseIndexNotFound(3050) Geodatabase index not found.
    Enums.ErrorTypeGeodatabaseCursorNotOnRow(3051) Geodatabase cursor not on row.
    Enums.ErrorTypeGeodatabaseInternalError(3052) Geodatabase internal error.
    Enums.ErrorTypeGeodatabaseCannotWriteGeodatabaseManagedFields(3053) Geodatabase cannot write geodatabase managed fields.
    Enums.ErrorTypeGeodatabaseItemAlreadyExists(3054) Geodatabase item already exists.
    Enums.ErrorTypeGeodatabaseInvalidSpatialIndexName(3055) Geodatabase invalid spatial index name.
    Enums.ErrorTypeGeodatabaseRequiresSpatialIndex(3056) Geodatabase requires spatial index.
    Enums.ErrorTypeGeodatabaseReservedName(3057) Geodatabase reserved name.
    Enums.ErrorTypeGeodatabaseCannotUpdateSchemaIfChangeTracking(3058) Geodatabase cannot update schema if change tracking.
    Enums.ErrorTypeGeodatabaseInvalidDate(3059) Geodatabase invalid date.
    Enums.ErrorTypeGeodatabaseDatabaseDoesNotHaveChanges(3060) Geodatabase database does not have changes.
    Enums.ErrorTypeGeodatabaseReplicaDoesNotExist(3061) Geodatabase replica does not exist.
    Enums.ErrorTypeGeodatabaseStorageTypeNotSupported(3062) Geodatabase storage type not supported.
    Enums.ErrorTypeGeodatabaseReplicaModelError(3063) Geodatabase replica model error.
    Enums.ErrorTypeGeodatabaseReplicaClientGenError(3064) Geodatabase replica client generation error.
    Enums.ErrorTypeGeodatabaseReplicaNoUploadToAcknowledge(3065) Geodatabase replica no upload to acknowledge.
    Enums.ErrorTypeGeodatabaseLastWriteTimeInTheFuture(3066) Geodatabase last write time in the future.
    Enums.ErrorTypeGeodatabaseInvalidArgument(3067) Geodatabase invalid argument.
    Enums.ErrorTypeGeodatabaseTransportationNetworkCorrupt(3068) Geodatabase transportation network corrupt.
    Enums.ErrorTypeGeodatabaseTransportationNetworkFileIo(3069) Geodatabase transportation network file IO error.
    Enums.ErrorTypeGeodatabaseFeatureHasPendingEdits(3070) Geodatabase feature has pending edits.
    Enums.ErrorTypeGeodatabaseChangeTrackingNotEnabled(3071) Geodatabase change tracking not enabled.
    Enums.ErrorTypeGeodatabaseTransportationNetworkFileOpen(3072) Geodatabase transportation network file open.
    Enums.ErrorTypeGeodatabaseTransportationNetworkUnsupported(3073) Geodatabase transportation network unsupported.
    Enums.ErrorTypeGeodatabaseCannotSyncCopy(3074) Geodatabase cannot sync copy.
    Enums.ErrorTypeGeodatabaseAccessControlDenied(3075) Geodatabase access control denied.
    Enums.ErrorTypeGeodatabaseGeometryOutsideReplicaExtent(3076) Geodatabase geometry outside replica extent.
    Enums.ErrorTypeGeodatabaseUploadAlreadyInProgress(3077) Geodatabase upload already in progress.
    Enums.ErrorTypeGeodatabaseDatabaseClosed(3078) Geodatabase is closed.
    Enums.ErrorTypeGeodatabaseDomainAlreadyExists(3079) Domain exists.
    Enums.ErrorTypeGeodatabaseGeometryTypeNotSupported(3080) Geodatabase geometry type not supported.
    Enums.ErrorTypeGeodatabaseAttachmentsRequireGlobalIds(3081) ArcGISFeatureTable requires a global Id field to support adding bulk attachments.
    Enums.ErrorTypeGeodatabaseConstraintRuleViolation(3082) Violated attribute constraint rule.
    Enums.ErrorTypeGeodatabaseMaxRuleEvaluationLevelExceeded(3083) The evaluation of attribute rules is cyclic or exceeds maximum cascading level.
    Enums.ErrorTypeGeodatabaseUnsupportedVersion(3084) The version of the geodatabase is unsupported
    Enums.ErrorTypeGeocodeUnsupportedFileFormat(4001) Geocode unsupported file format.
    Enums.ErrorTypeGeocodeUnsupportedSpatialReference(4002) Geocode unsupported spatial reference.
    Enums.ErrorTypeGeocodeUnsupportedProjectionTransformation(4003) Geocode unsupported projection transformation.
    Enums.ErrorTypeGeocodeGeocoderCreation(4004) Geocoder creation error.
    Enums.ErrorTypeGeocodeIntersectionsNotSupported(4005) Geocode intersections not supported.
    Enums.ErrorTypeGeocodeUninitializedGeocodeTask(4006) Uninitialized geocode task.
    Enums.ErrorTypeGeocodeInvalidLocatorProperties(4007) Invalid geocode locator properties.
    Enums.ErrorTypeGeocodeRequiredFieldMissing(4008) Geocode required field missing.
    Enums.ErrorTypeGeocodeCannotReadAddress(4009) Geocode cannot read address.
    Enums.ErrorTypeGeocodeReverseGeocodingNotSupported(4010) Geocoding not supported.
    Enums.ErrorTypeGeocodeGeometryTypeNotSupported(4011) Geocode geometry type not supported.
    Enums.ErrorTypeGeocodeSuggestAddressNotSupported(4012) Geocode suggest address not supported.
    Enums.ErrorTypeGeocodeSuggestResultCorrupted(4013) Geocode suggest result corrupt.
    Enums.ErrorTypeNetworkAnalystInvalidRouteSettings(5001) Network analyst invalid route settings.
    Enums.ErrorTypeNetworkAnalystNoSolution(5002) Network analyst no solution.
    Enums.ErrorTypeNetworkAnalystTaskCanceled(5003) Network analyst task canceled.
    Enums.ErrorTypeNetworkAnalystInvalidNetwork(5004) Network analyst invalid network.
    Enums.ErrorTypeNetworkAnalystDirectionsError(5005) Network analyst directions error.
    Enums.ErrorTypeNetworkAnalystInsufficientNumberOfStops(5006) Network analyst insufficient number of stops.
    Enums.ErrorTypeNetworkAnalystStopUnlocated(5007) Network analyst stop unlocated.
    Enums.ErrorTypeNetworkAnalystStopLocatedOnNonTraversableElement(5008) Network analyst stop located on non traversable element.
    Enums.ErrorTypeNetworkAnalystPointBarrierInvalidAddedCostAttributeName(5009) Network analyst point barrier invalid added cost attribute name.
    Enums.ErrorTypeNetworkAnalystLineBarrierInvalidScaledCostAttributeName(5010) Network analyst line barrier invalid scaled cost attribute name.
    Enums.ErrorTypeNetworkAnalystPolygonBarrierInvalidScaledCostAttributeName(5011) Network analyst polygon barrier invalid scaled cost attribute name.
    Enums.ErrorTypeNetworkAnalystPolygonBarrierInvalidScaledCostAttributeValue(5012) Network analyst polygon barrier invalid scaled cost attribute value.
    Enums.ErrorTypeNetworkAnalystPolylineBarrierInvalidScaledCostAttributeValue(5013) Network analyst polyline barrier invalid scaled cost attribute value.
    Enums.ErrorTypeNetworkAnalystInvalidImpedanceAttribute(5014) Network analyst invalid impedance attribute.
    Enums.ErrorTypeNetworkAnalystInvalidRestrictionAttribute(5015) Network analyst invalid restriction attribute.
    Enums.ErrorTypeNetworkAnalystInvalidAccumulateAttribute(5016) Network analyst invalid accumulate attribute.
    Enums.ErrorTypeNetworkAnalystInvalidDirectionsTimeAttribute(5017) Network analyst invalid directions time attribute.
    Enums.ErrorTypeNetworkAnalystInvalidDirectionsDistanceAttribute(5018) Network analyst invalid directions distance attribute.
    Enums.ErrorTypeNetworkAnalystInvalidAttributeParametersAttributeName(5019) Network analyst invalid attribute parameters attribute name.
    Enums.ErrorTypeNetworkAnalystInvalidAttributeParametersParameterName(5020) Network analyst invalid attributes parameters parameter name.
    Enums.ErrorTypeNetworkAnalystInvalidAttributeParametersValueType(5021) Network analyst invalid attributes parameters value type.
    Enums.ErrorTypeNetworkAnalystInvalidAttributeParametersRestrictionUsageValue(5022) Network analyst invalid attribute parameters restriction usage value.
    Enums.ErrorTypeNetworkAnalystNetworkHasNoHierarchyAttribute(5023) Network analyst network has no hierarchy attribute.
    Enums.ErrorTypeNetworkAnalystNoPathFoundBetweenStops(5024) Network analyst no path found between stops.
    Enums.ErrorTypeNetworkAnalystUndefinedInputSpatialReference(5025) Network analyst undefined input spatial reference.
    Enums.ErrorTypeNetworkAnalystUndefinedOutputSpatialReference(5026) Network analyst undefined output spatial reference.
    Enums.ErrorTypeNetworkAnalystInvalidDirectionsStyle(5027) Network analyst invalid directions style.
    Enums.ErrorTypeNetworkAnalystDirectionsTimeAndImpedanceAttributeMismatch(5029) Network analyst directions time and impedance attribute mismatch.
    Enums.ErrorTypeNetworkAnalystInvalidDirectionsRoadClassAttribute(5030) Network analyst invalid directions road class attribute.
    Enums.ErrorTypeNetworkAnalystStopIsUnreachable(5031) Network analyst stop cannot be reached.
    Enums.ErrorTypeNetworkAnalystStopTimeWindowStartsBeforeUnixEpoch(5032) Network analyst stop time window starts before unix epoch.
    Enums.ErrorTypeNetworkAnalystStopTimeWindowIsInverted(5033) Network analyst stop time window is inverted.
    Enums.ErrorTypeNetworkAnalystWalkingModeRouteTooLarge(5034) Walking mode route too large.
    Enums.ErrorTypeNetworkAnalystStopHasNullGeometry(5035) Stop has null geometry.
    Enums.ErrorTypeNetworkAnalystPointBarrierHasNullGeometry(5036) Point barrier has null geometry.
    Enums.ErrorTypeNetworkAnalystPolylineBarrierHasNullGeometry(5037) Polyline barrier has null geometry.
    Enums.ErrorTypeNetworkAnalystPolygonBarrierHasNullGeometry(5038) Polygon barrier has null geometry.
    Enums.ErrorTypeNetworkAnalystUnsupportedSearchWhereClause(5039) Online route task does not support search_where_clause condition.
    Enums.ErrorTypeNetworkAnalystInsufficientNumberOfFacilities(5040) Network analyst insufficient number of facilities.
    Enums.ErrorTypeNetworkAnalystFacilityHasNullGeometry(5041) Network analyst facility has null geometry.
    Enums.ErrorTypeNetworkAnalystFacilityHasInvalidAddedCostAttributeName(5042) Network analyst facility has invalid added cost attribute name.
    Enums.ErrorTypeNetworkAnalystFacilityHasNegativeAddedCostAttribute(5043) Network analyst facility has negative added cost attribute.
    Enums.ErrorTypeNetworkAnalystFacilityHasInvalidImpedanceCutoff(5044) Network analyst facility has invalid impedance cutoff.
    Enums.ErrorTypeNetworkAnalystInsufficientNumberOfIncidents(5045) Network analyst insufficient number of incidents.
    Enums.ErrorTypeNetworkAnalystIncidentHasNullGeometry(5046) Network analyst incident has null geometry.
    Enums.ErrorTypeNetworkAnalystIncidentHasInvalidAddedCostAttributeName(5047) Network analyst incident has invalid added cost attribute name.
    Enums.ErrorTypeNetworkAnalystIncidentHasNegativeAddedCostAttribute(5048) Network analyst incident has negative added cost attribute.
    Enums.ErrorTypeNetworkAnalystInvalidTargetFacilityCount(5049) Network analyst invalid target facility count.
    Enums.ErrorTypeNetworkAnalystIncidentHasInvalidImpedanceCutoff(5050) Network analyst incident has invalid impedance cutoff.
    Enums.ErrorTypeNetworkAnalystStartTimeIsBeforeUnixEpoch(5051) Network analyst start time is before Unix epoch.
    Enums.ErrorTypeNetworkAnalystInvalidDefaultImpedanceCutoff(5052) Network analyst invalid default impedance cutoff.
    Enums.ErrorTypeNetworkAnalystInvalidDefaultTargetFacilityCount(5053) Network analyst invalid default target facility count.
    Enums.ErrorTypeNetworkAnalystInvalidPolygonBufferDistance(5054) Network analyst invalid polygon buffer distance.
    Enums.ErrorTypeNetworkAnalystPolylinesCannotBeReturned(5055) Network analyst polylines cannot be returned.
    Enums.ErrorTypeNetworkAnalystTimeWindowsWithNonTimeImpedance(5056) Network analyst solving non time impedance, but time windows applied.
    Enums.ErrorTypeNetworkAnalystUnsupportedStopType(5057) One or more stops have unsupported type.
    Enums.ErrorTypeNetworkAnalystRouteStartsOrEndsOnWaypoint(5058) Network analyst route starts or ends on a waypoint.
    Enums.ErrorTypeNetworkAnalystWaypointsAndRestBreaksForbiddenReordering(5059) Network analyst reordering stops (Traveling Salesman Problem) is not supported when the collection of stops contains waypoints or rest breaks.
    Enums.ErrorTypeNetworkAnalystWaypointHasTimeWindows(5060) Network analyst waypoint contains time windows.
    Enums.ErrorTypeNetworkAnalystWaypointHasAddedCostAttribute(5061) Network analyst waypoint contains added cost attribute.
    Enums.ErrorTypeNetworkAnalystStopHasInvalidCurbApproach(5062) Network analyst stop has unknown curb approach.
    Enums.ErrorTypeNetworkAnalystPointBarrierHasInvalidCurbApproach(5063) Network analyst point barrier has unknown curb approach.
    Enums.ErrorTypeNetworkAnalystFacilityHasInvalidCurbApproach(5064) Network analyst facility has unknown curb approach.
    Enums.ErrorTypeNetworkAnalystIncidentHasInvalidCurbApproach(5065) Network analyst incident has unknown curb approach.
    Enums.ErrorTypeNetworkAnalystNetworkDoesNotSupportDirections(5066) Network dataset has no directions attributes.
    Enums.ErrorTypeNetworkAnalystDirectionsLanguageNotFound(5067) Desired direction language not supported by platform.
    Enums.ErrorTypeJsonParserInvalidToken(6001) JSON parser invalid token.
    Enums.ErrorTypeJsonParserInvalidCharacter(6002) JSON parser invalid character.
    Enums.ErrorTypeJsonParserInvalidUnicode(6003) JSON parser invalid unicode.
    Enums.ErrorTypeJsonParserInvalidJsonStart(6004) JSON parser invalid start of JSON.
    Enums.ErrorTypeJsonParserInvalidEndOfPair(6005) JSON parser invalid end of pair.
    Enums.ErrorTypeJsonParserInvalidEndOfElement(6006) JSON parser invalid end of element.
    Enums.ErrorTypeJsonParserInvalidEscapeSequence(6007) JSON parser invalid escape sequence.
    Enums.ErrorTypeJsonParserInvalidEndOfFieldName(6008) JSON parser invalid end of field name.
    Enums.ErrorTypeJsonParserInvalidStartOfFieldName(6009) JSON parser invalid start of field name.
    Enums.ErrorTypeJsonParserInvalidStartOfComment(6010) JSON parser invalid start of comment.
    Enums.ErrorTypeJsonParserInvalidDecDigit(6011) JSON parser invalid decimal digit.
    Enums.ErrorTypeJsonParserInvalidHexDigit(6012) JSON parser invalid hex digit.
    Enums.ErrorTypeJsonParserExpectingNull(6013) JSON parser expecting null.
    Enums.ErrorTypeJsonParserExpectingTrue(6014) JSON parser expecting true.
    Enums.ErrorTypeJsonParserExpectingFalse(6015) JSON parser expecting false.
    Enums.ErrorTypeJsonParserExpectingClosingQuote(6016) JSON parser expecting closing quote.
    Enums.ErrorTypeJsonParserExpectingNan(6017) JSON parser expecting not a number.
    Enums.ErrorTypeJsonParserExpectingEndOfComment(6018) JSON parser expecting end of comment.
    Enums.ErrorTypeJsonParserUnexpectedEndOfData(6019) JSON parser unexpected end of data.
    Enums.ErrorTypeJsonObjectExpectingStartObject(6020) JSON object expecting start object.
    Enums.ErrorTypeJsonObjectExpectingStartArray(6021) JSON object expecting start array.
    Enums.ErrorTypeJsonObjectExpectingValueObject(6022) JSON object expecting value object.
    Enums.ErrorTypeJsonObjectExpectingValueArray(6023) JSON object expecting value array.
    Enums.ErrorTypeJsonObjectExpectingValueInt32(6024) JSON object expecting value int32.
    Enums.ErrorTypeJsonObjectExpectingIntegerType(6025) JSON object expecting integer type.
    Enums.ErrorTypeJsonObjectExpectingNumberType(6026) JSON object expecting number type.
    Enums.ErrorTypeJsonObjectExpectingValueString(6027) JSON object expecting value string.
    Enums.ErrorTypeJsonObjectExpectingValueBool(6028) JSON object expecting value bool.
    Enums.ErrorTypeJsonObjectIteratorNotStarted(6029) JSON object iterator not started.
    Enums.ErrorTypeJsonObjectIteratorIsFinished(6030) JSON object iterator is finished.
    Enums.ErrorTypeJsonObjectKeyNotFound(6031) JSON object key not found.
    Enums.ErrorTypeJsonObjectIndexOutOfRange(6032) JSON object index out of range.
    Enums.ErrorTypeJsonStringWriterJsonIsComplete(6033) JSON string writer JSON is complete.
    Enums.ErrorTypeJsonStringWriterInvalidJsonInput(6034) JSON string writer invalid JSON input.
    Enums.ErrorTypeJsonStringWriterExpectingContainer(6035) JSON string writer expecting container.
    Enums.ErrorTypeJsonStringWriterExpectingKeyOrEndObject(6036) JSON string writer expecting key or end object.
    Enums.ErrorTypeJsonStringWriterExpectingValueOrEndArray(6037) JSON string writer expecting value or end array.
    Enums.ErrorTypeJsonStringWriterExpectingValue(6038) JSON string writer expecting value.
    Enums.ErrorTypeMappingMissingSpatialReference(7001) Spatial reference is missing.
    Enums.ErrorTypeMappingMissingInitialViewpoint(7002) Initial viewpoint is missing.
    Enums.ErrorTypeMappingInvalidResponse(7003) Invalid request response.
    Enums.ErrorTypeMappingMissingBingMapsKey(7004) Bing maps key is missing.
    Enums.ErrorTypeMappingUnsupportedLayerType(7005) Layer type is not supported.
    Enums.ErrorTypeMappingSyncNotEnabled(7006) Sync not enabled.
    Enums.ErrorTypeMappingTileExportNotEnabled(7007) Tile export is not enabled.
    Enums.ErrorTypeMappingMissingItemProperty(7008) Required item property is missing.
    Enums.ErrorTypeMappingWebmapNotSupported(7009) Web map version is not supported.
    Enums.ErrorTypeMappingSpatialReferenceInvalid(7011) Spatial reference invalid or incompatible.
    Enums.ErrorTypeMappingPackageUnpackRequired(7012) Package needs to be unpacked before it can be used.
    Enums.ErrorTypeMappingUnsupportedElevationFormat(7013) Elevation source data format is not supported.
    Enums.ErrorTypeMappingWebsceneNotSupported(7014) Web scene version or viewing mode is not supported.
    Enums.ErrorTypeMappingNotLoaded(7015) Loadable object is not loaded when it is expected to be loaded.
    Enums.ErrorTypeMappingScheduledUpdatesNotSupported(7016) Scheduled updates for an offline preplanned map area are not supported.
    Enums.ErrorTypeMappingUtilityNetworkTraceFailed(7017) Trace operation executed by the service failed.
    Enums.ErrorTypeMappingInvalidArcadeExpression(7018) Arcade expression is invalid.
    Enums.ErrorTypeMappingUtilityNetworkTooManyAssociations(7019) Requested extent contains too many associations.
    Enums.ErrorTypeMappingMaxFeatureCountExceeded(7020) A layer has requested more features than the service maximum feature count.
    Enums.ErrorTypeMappingBranchVersioningNotSupportedByService(7021) Feature service does not support branch versioning.
    Enums.ErrorTypeMappingPackagingNotComplete(7022) Packaging of data for the offline map area is not complete and it is not ready for download.
    Enums.ErrorTypeMappingSyncDirectionUploadNotSupported(7023) An upload sync direction is not supported.
    Enums.ErrorTypeMappingTileCacheCompactV2ExportNotEnabled(7024) Tile export in .tpkx format is not supported.
    Enums.ErrorTypeMappingLayerDoesNotIntersectAreaOfInterest(7025) There are no tiles within the export area of interest.
    Enums.ErrorTypeMappingScheduledUpdateUploadRequired(7026) Local edits must be sent to a service (using a sync direction of upload) before scheduled updates can download a replacement geodatabase.
    Enums.ErrorTypeLicensingUnlicensedFeature(8001) Unlicensed feature.
    Enums.ErrorTypeLicensingLicenseLevelFixed(8002) License level fixed.
    Enums.ErrorTypeLicensingLicenseLevelAlreadySet(8003) License level is already set.
    Enums.ErrorTypeLicensingMainLicenseNotSet(8004) Main license is not set.
    Enums.ErrorTypeLicensingUnlicensedExtension(8005) Unlicensed extension.
    Enums.ErrorTypeLicensingPortalUserWithNoLicense(8006) Portal user with no license.
    Enums.ErrorTypeLocalServerServerFailedToStart(9001) Local server failed to start.
    Enums.ErrorTypeLocalServerServiceFailedToStart(9002) A local server's service failed to start.
    Enums.ErrorTypeLocalServerServiceTerminatedUnexpectedly(9003) A local server's service terminated unexpectedly.
    Enums.ErrorTypeLocalServerServerFailed(9004) The local server has failed.
    Enums.ErrorTypeLocalServerServiceFailed(9005) A local server's service has failed.
    Enums.ErrorTypeStdIosBaseFailure(10001) IO error.
    Enums.ErrorTypeStdBadArrayNewLength(10002) Invalid array length.
    Enums.ErrorTypeStdUnderflowError(10003) Arithmetic underflow.
    Enums.ErrorTypeStdSystemError(10004) System error.
    Enums.ErrorTypeStdRangeError(10005) Range error.
    Enums.ErrorTypeStdOverflowError(10006) Arithmetic overflow.
    Enums.ErrorTypeStdOutOfRange(10007) Out of range.
    Enums.ErrorTypeStdLengthError(10008) Length error.
    Enums.ErrorTypeStdInvalidArgument(10009) Invalid argument.
    Enums.ErrorTypeStdFutureError(10010) Asynchronous error.
    Enums.ErrorTypeStdDomainError(10011) Math domain error.
    Enums.ErrorTypeStdRuntimeError(10012) Unknown error.
    Enums.ErrorTypeStdLogicError(10013) Logic error.
    Enums.ErrorTypeStdBadWeakPtr(10014) Invalid weak reference.
    Enums.ErrorTypeStdBadTypeId(10015) Invalid type Id.
    Enums.ErrorTypeStdBadFunctionCall(10016) Invalid function call.
    Enums.ErrorTypeStdBadException(10017) Invalid error management.
    Enums.ErrorTypeStdBadCast(10018) Invalid cast.
    Enums.ErrorTypeStdBadAlloc(10019) Out of memory.
    Enums.ErrorTypeStdException(10020) Unknown error.
    Enums.ErrorTypeNavigationReroutingNotSupportedByService(13001) Service does not support rerouting.
    Enums.ErrorTypeGeotriggersFeedError(16001) A problem was encountered with a GeotriggerFeed. An invalid GeotriggerFeed indicates that a GeotriggerMonitor is unable to perform checks. No GeotriggerNotificationInfo events will be sent.
    Enums.ErrorTypeGeotriggersFenceParametersError(16002) A 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.
    Enums.ErrorTypeGeotriggersFenceDataWarning(16003) A 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.
    Enums.ErrorTypeMotionSensorAccelerometerNotSupported(17000) Device does not support accelerometer.
    Enums.ErrorTypeMotionSensorGyroscopeNotSupported(17001) Device does not support gyroscope.
    Enums.ErrorTypeMotionSensorMagnetometerNotSupported(17002) Device does not support magnetometer.
    Enums.ErrorTypeSymbolDictionaryNotSupported(19000) Symbol dictionary not supported.
    Enums.ErrorTypeSymbolDictionaryMissingConfiguration(19001) Missing symbol dictionary configuration.
    Enums.ErrorTypeSymbolDictionaryMissingScript(19002) Missing symbol dictionary script.
    Enums.ErrorTypeSymbolDictionaryMissingDisplayName(19003) Missing symbol dictionary display name.
    Enums.ErrorTypeSymbolDictionaryConfigurationParsingError(19004) Error parsing the symbol dictionary configuration.
    Enums.ErrorTypeSymbolDictionaryArcadeParsingError(19005) Error parsing the symbol dictionary script.
    Enums.ErrorTypeSymbolDictionaryArcadeEvaluationError(19006) Error evaluating the symbol dictionary script.
    Enums.ErrorTypeSymbolDictionaryStylxConnectionError(19007) Error establishing connection with the stylx file for symbol dictionary.
    Enums.ErrorTypeSymbolDictionaryOrderedAnchorPointToGeometryError(19008) Error converting ordered anchor points to geometry for symbol dictionary.
    Enums.ErrorTypeSymbolDictionaryGeometryToOrderedAnchorPointError(19009) Error converting geometry to ordered anchor points for symbol dictionary.

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