summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLTypes.h
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-07-16 14:58:32 -0700
committerGitHub <noreply@github.com>2019-07-16 14:58:32 -0700
commit9d8839c4b83e2ea7901e0f06ba1985cd7547f01b (patch)
treeec0707d1d6f7da840e8f04f3ff6152c52be09f6c /platform/darwin/src/MGLTypes.h
parent0baa54a19433f019ca396ae3e7585c55b1b9503a (diff)
downloadqtlocation-mapboxgl-9d8839c4b83e2ea7901e0f06ba1985cd7547f01b.tar.gz
[ios] Cache Management API (#14978)
Diffstat (limited to 'platform/darwin/src/MGLTypes.h')
-rw-r--r--platform/darwin/src/MGLTypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLTypes.h b/platform/darwin/src/MGLTypes.h
index b8354d2e83..7e0dd27141 100644
--- a/platform/darwin/src/MGLTypes.h
+++ b/platform/darwin/src/MGLTypes.h
@@ -53,7 +53,9 @@ typedef NS_ENUM(NSInteger, MGLErrorCode) {
/** Source is in use and cannot be removed */
MGLErrorCodeSourceIsInUseCannotRemove = 7,
/** Source is in use and cannot be removed */
- MGLErrorCodeSourceIdentifierMismatch = 8
+ MGLErrorCodeSourceIdentifierMismatch = 8,
+ /** An error occurred while modifying the offline storage database */
+ MGLErrorCodeModifyingOfflineStorageFailed = 9
};
/** Options for enabling debugging features in an `MGLMapView` instance. */