common: add a status code for internal errors
This commit is contained in:
@@ -13,6 +13,7 @@ const char *ivy_status_to_string(enum ivy_status status)
|
||||
ENUM_STR(IVY_ERR_BAD_SYNTAX);
|
||||
ENUM_STR(IVY_ERR_NO_MEMORY);
|
||||
ENUM_STR(IVY_ERR_NOT_SUPPORTED);
|
||||
ENUM_STR(IVY_ERR_INTERNAL_FAILURE);
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user