aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Error.h')
-rw-r--r--arm_compute/core/Error.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arm_compute/core/Error.h b/arm_compute/core/Error.h
index 3635e93244..e254956ad7 100644
--- a/arm_compute/core/Error.h
+++ b/arm_compute/core/Error.h
@@ -43,8 +43,9 @@ inline void ignore_unused(T &&...)
/** Available error codes */
enum class ErrorCode
{
- OK, /**< No error */
- RUNTIME_ERROR /**< Generic runtime error */
+ OK, /**< No error */
+ RUNTIME_ERROR, /**< Generic runtime error */
+ UNSUPPORTED_EXTENSION_USE /**< Unsupported extension used*/
};
/** Status class */