- Todo:
- Eventually, the CATResult codes need to be broken out into tables that are generated, with the associated strings loaded at runtime based on language.
Enumeration of error and status codes to be used as CATResult's.
- Enumerator:
-
CAT_SUCCESS |
Success. |
CAT_STATUS |
Start of non-error statuses. |
CAT_STAT_CORE_LAST |
Last of status codes for lib. |
CAT_STAT_APP |
First App status code. |
CAT_STAT_APP_LAST |
Last reserved App status code. |
CAT_STRING |
Start of string ids. |
CAT_STR_CORE_LAST |
Last of allocated strings in core. |
CAT_STR_APP |
First App string code. |
CAT_STR_APP_LAST |
Last reserved app string code. |
CAT_ERROR |
Start of error codes. |
CAT_ERR_CORE_LAST |
Last in core errors. |
CAT_ERR_APP |
First App error code. |
CAT_ERR_APP_LAST |
Last App error code. |
Definition at line 49 of file CATResult.h.