diff options
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apos/types.h b/include/apos/types.h index 10ad80a..f249705 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -455,6 +455,8 @@ typedef uint_fast16_t vmflags_t; */ /* should this enum be somewhere else? */ enum status_codes { + /** Internal error, should probably halt */ + ERR_INT = -9, /** Something went wrong :/ */ ERR_MISC = -8, /** Not initialized. */ |
