mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 07:58:00 +02:00
glib-aux: add NM_UTILS_ERROR_COMMAND_FAILED error code
(cherry picked from commita5f125f8cb) (cherry picked from commitf4126a12cd)
This commit is contained in:
parent
f3f99e03f5
commit
9b982c4ea3
1 changed files with 2 additions and 0 deletions
|
|
@ -1292,6 +1292,8 @@ typedef enum {
|
|||
NM_UTILS_ERROR_INVALID_ARGUMENT, /*< nick=InvalidArgument >*/
|
||||
NM_UTILS_ERROR_NOT_READY, /*< nick=NotReady >*/
|
||||
|
||||
NM_UTILS_ERROR_COMMAND_FAILED, /*< nick=CommandFailed >*/
|
||||
|
||||
NM_UTILS_ERROR_AMBIGUOUS, /*< nick=Ambiguous >*/
|
||||
|
||||
/* the following codes have a special meaning and are exactly used for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue