summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-02-17 10:58:38 -0500
committerJoel Fischer <joeljfischer@gmail.com>2021-02-17 10:58:38 -0500
commit150dc204dcf00ab16c0e558ab107d31c65d4cb9f (patch)
treeaa01f7b2666161624982653233030cb4e8205e77 /SmartDeviceLink/public
parentcedee386d2626f6cddd3f08e2079eb60f3d91cd4 (diff)
downloadsdl_ios-150dc204dcf00ab16c0e558ab107d31c65d4cb9f.tar.gz
Add additional tests
Diffstat (limited to 'SmartDeviceLink/public')
-rw-r--r--SmartDeviceLink/public/SDLErrorConstants.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/SmartDeviceLink/public/SDLErrorConstants.h b/SmartDeviceLink/public/SDLErrorConstants.h
index 9bf68ef38..f34b5a6fe 100644
--- a/SmartDeviceLink/public/SDLErrorConstants.h
+++ b/SmartDeviceLink/public/SDLErrorConstants.h
@@ -189,8 +189,9 @@ typedef NS_ENUM(NSInteger, SDLMenuManagerError) {
SDLMenuManagerErrorRPCsFailed = -1,
SDLMenuManagerErrorPendingUpdateSuperseded = -2,
SDLMenuManagerErrorOperationCancelled = -3,
- SDLMenuManagerErrorConfigurationUpdateFailed = -4,
- SDLMenuManagerErrorOpenMenuFailed = -5
+ SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported = -4,
+ SDLMenuManagerErrorConfigurationUpdateFailed = -5,
+ SDLMenuManagerErrorOpenMenuFailed = -6
};
/// Errors associated with Choice Set class