summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLResult.h
diff options
context:
space:
mode:
authorharisheb <ebuser@EBUsers-MacBook-Air.local>2017-09-26 16:21:31 -0400
committerharisheb <ebuser@EBUsers-MacBook-Air.local>2017-09-26 16:21:31 -0400
commitd3fdb25fdaf634d07c7cb0f035ae31213851c7e8 (patch)
treed7513702d44404b4084c271ea4dde43e3d0ecd9c /SmartDeviceLink/SDLResult.h
parent20f9b8af3884a87c824b4a77c72a76d86ca3b45e (diff)
parented12d08ac6b90cfda647e79012ec16a78ea95035 (diff)
downloadsdl_ios-d3fdb25fdaf634d07c7cb0f035ae31213851c7e8.tar.gz
Merge branch 'feature/haptic_manager_rebase' of https://github.com/ChrisB-Elektrobit/sdl_ios into feature/haptic_manager_rebase
Diffstat (limited to 'SmartDeviceLink/SDLResult.h')
-rw-r--r--SmartDeviceLink/SDLResult.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLResult.h b/SmartDeviceLink/SDLResult.h
index ee9cd6df0..dadc0bec2 100644
--- a/SmartDeviceLink/SDLResult.h
+++ b/SmartDeviceLink/SDLResult.h
@@ -185,3 +185,13 @@ extern SDLResult const SDLResultExpiredCertificate;
* The provided hash ID does not match the hash of the current set of registered data or the core could not resume the previous data.
*/
extern SDLResult const SDLResultResumeFailed;
+
+/**
+ * The requested data is not available on this vehicle or is not published for the connected app.
+ */
+extern SDLResult const SDLResultDataNotAvailable;
+
+/**
+ * The requested data is read only thus cannot be change via remote control .
+ */
+extern SDLResult const SDLResultReadOnly;