Error codes
Macros | |
| #define | SOM_ERROR_OFFSET 1000 |
Enumerations | |
| enum | som_error { SOM_OK = 0 , SOM_ERROR_VERSION = SOM_ERROR_OFFSET , SOM_ERROR_NOINIT , SOM_ERROR_NOFACILITY , SOM_ERROR_INTERNAL , SOM_ERROR_TIMEOUT , SOM_ERROR_NOSESSION , SOM_ERROR_ABORT , SOM_ERROR_NOMEM , SOM_ERROR_INVALIDARGS , SOM_ERROR_NOCALLBACK , SOM_ERROR_NOHOST , SOM_ERROR_NETWORK , SOM_ERROR_CONNECT , SOM_ERROR_AUTHFAILED , SOM_ERROR_NOTCONNECTED , SOM_ERROR_PROTOCOL , SOM_ERROR_FAILED , SOM_ERROR_BUSY , SOM_ERROR_MORE , SOM_ERROR_LIMITREACHED , SOM_ERROR_NOSPACE , SOM_ERROR_NOTFOUND , SOM_ERROR_WRONGTYPE , SOM_ERROR_DUPLICATE , SOM_ERROR_NYI } |
Detailed Description
Description of the error codes
Macro Definition Documentation
◆ SOM_ERROR_OFFSET
Enumeration Type Documentation
◆ som_error
| enum som_error |
Enumeration for SOM error codes
Definition at line 33 of file errors.h.
33 {
34 SOM_OK = 0,
37 SOM_ERROR_NOINIT,
42 SOM_ERROR_ABORT,
43 SOM_ERROR_NOMEM,
46 SOM_ERROR_NOHOST,
52 SOM_ERROR_FAILED,
53 SOM_ERROR_BUSY,
54 SOM_ERROR_MORE,
61};