feature (status): added a few more error status codes
This commit is contained in:
parent
c02fdd7249
commit
12ff4ec3dd
|
@ -9,7 +9,9 @@ typedef enum {
|
|||
STATUS_SUCCESS,
|
||||
|
||||
STATUS_PERMISSION_DENIED,
|
||||
STATUS_RESOURCE_NOT_AVAILABLE
|
||||
STATUS_RESOURCE_NOT_AVAILABLE,
|
||||
STATUS_NOT_SUPPORTED,
|
||||
STATUS_GENERIC_ERROR
|
||||
} status_E;
|
||||
|
||||
extern string_t g_status_code_strings[3];
|
||||
|
|
Loading…
Reference in New Issue