Fix N_SE-32099 : zero length string may not save to setting.xml
[platform/framework/native/appfw.git] / inc / FBaseErrors.h
index ea38b49..762cb8f 100644 (file)
 /** Thrown when the data is not enough to generate the processing result. */
 #define E_DATA_NOT_ENOUGH               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1411))
 
+/** Thrown when the diplay right is violated */
+#define E_DISPLAY_RIGHT_VIOLATED               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1412))
+
 //----------------------------------------------------------------------------E
 /** Thrown when effects being played on the current haptic device are disabled. */
 #define E_EFFECTS_DISABLED              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1500))