Add new custom error of capi-media-vision 57/214557/2
authorTae-Young Chung <ty83.chung@samsung.com>
Tue, 24 Sep 2019 04:44:40 +0000 (13:44 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Tue, 24 Sep 2019 05:48:48 +0000 (14:48 +0900)
New custom error required by
ACR-1431 add an inference module with new APIS

Change-Id: Iecbfcc3dc0adc014db784e72d8450dfbb90867c1
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
error_messages/capi-media-vision.xml

index 3ef7e8a..855e995 100644 (file)
@@ -16,5 +16,9 @@
                <value>TIZEN_ERROR_MEDIA_VISION | 0x04</value>
                <msg>Invalid path</msg>
        </error>
+       <error name="MEDIA_VISION_ERROR_NOT_SUPPORTED_ENGINE">
+               <value>TIZEN_ERROR_MEDIA_VISION | 0x05</value>
+               <msg>Not supported engine</msg>
+       </error>
 </package>