[2.2] Add E_OBJ_NOT_REGISTERED
[platform/framework/native/appfw.git] / inc / FBaseErrors.h
index 7b2a53d..5cc0322 100644 (file)
 /** Thrown when OpenGL operation failed. */
 #define E_OPENGL_ERROR                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2509))
 
+/** Thrown when the application does not register the log scope or
+ *     registered log scope is not matched with query condition (log type or log provider) specified in Query() API. */
+#define E_OBJ_NOT_REGISTERED           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2510))
+
 
 //----------------------------------------------------------------------------P
 /** (specialized) Thrown when the requested Bluetooth pairing fails. */