Comment 3 for bug 1871874

Revision history for this message
Eric Desrochers (slashd) wrote :

The above was for focal ^

In Xenial:

#define ECMD_PROCESSED 1
#define ENO_SUCH_CMD 2
#define EINVALID_CMD_LINE 3
#define ECMD_FAILED 5

In Bionic
#define ECMD_PROCESSED 1
#define ENO_SUCH_CMD 2
#define EINVALID_CMD_LINE 3
#define EINIT_FAILED 4
#define ECMD_FAILED 5