summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-01-21 16:15:07 -0500
committerJoel Fischer <joeljfischer@gmail.com>2021-01-21 16:15:07 -0500
commita30ce6e4ce1a772384691607f6b556a19f095ef6 (patch)
treef4428015c1107a9e5138a02ae837dea9f577a2c4 /SmartDeviceLink/public
parent869ffa6f89037f503966c6517dfd3857443e48e6 (diff)
downloadsdl_ios-a30ce6e4ce1a772384691607f6b556a19f095ef6.tar.gz
First round of updates for the menu manager
* Added stubs for operations * Added configuration update operation * Added open menu operation
Diffstat (limited to 'SmartDeviceLink/public')
-rw-r--r--SmartDeviceLink/public/SDLErrorConstants.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLErrorConstants.h b/SmartDeviceLink/public/SDLErrorConstants.h
index 12bb1c235..324dcd581 100644
--- a/SmartDeviceLink/public/SDLErrorConstants.h
+++ b/SmartDeviceLink/public/SDLErrorConstants.h
@@ -187,7 +187,11 @@ typedef NS_ENUM(NSInteger, SDLSubscribeButtonManagerError) {
typedef NS_ENUM(NSInteger, SDLMenuManagerError) {
/// Sending menu-related RPCs returned an error from the remote system
SDLMenuManagerErrorRPCsFailed = -1,
- SDLMenuManagerErrorPendingUpdateSuperseded = -2
+ SDLMenuManagerErrorPendingUpdateSuperseded = -2,
+ SDLMenuManagerErrorConfigurationUpdateCancelled = -3,
+ SDLMenuManagerErrorConfigurationUpdateFailed = -4,
+ SDLMenuManagerErrorOpenMenuCancelled = -5,
+ SDLMenuManagerErrorOpenMenuFailed = -6
};
/// Errors associated with Choice Set class