X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbus-errors.h;h=82d4e99eef2769faba543a0011c6c1dc88e00452;hp=7bff75019c86ceefff79688cf97b5e6327eb1f11;hb=248e6030e007b6ee7b31ada6e42053cb1ebfc80d;hpb=03467c88fba6caeffce2a57a31ee2344e3d3ba31 diff --git a/src/bus-errors.h b/src/bus-errors.h index 7bff75019..82d4e99ee 100644 --- a/src/bus-errors.h +++ b/src/bus-errors.h @@ -35,11 +35,15 @@ #define BUS_ERROR_NOT_SUPPORTED "org.freedesktop.systemd1.NotSupported" #define BUS_ERROR_INVALID_JOB_MODE "org.freedesktop.systemd1.InvalidJobMode" #define BUS_ERROR_ONLY_BY_DEPENDENCY "org.freedesktop.systemd1.OnlyByDependency" +#define BUS_ERROR_NO_ISOLATION "org.freedesktop.systemd1.NoIsolation" #define BUS_ERROR_LOAD_FAILED "org.freedesktop.systemd1.LoadFailed" +#define BUS_ERROR_MASKED "org.freedesktop.systemd1.Masked" #define BUS_ERROR_JOB_TYPE_NOT_APPLICABLE "org.freedesktop.systemd1.JobTypeNotApplicable" #define BUS_ERROR_TRANSACTION_IS_DESTRUCTIVE "org.freedesktop.systemd1.TransactionIsDestructive" #define BUS_ERROR_TRANSACTION_JOBS_CONFLICTING "org.freedesktop.systemd1.TransactionJobsConflicting" #define BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC "org.freedesktop.systemd1.TransactionOrderIsCyclic" +#define BUS_ERROR_SHUTTING_DOWN "org.freedesktop.systemd1.ShuttingDown" +#define BUS_ERROR_NO_SUCH_PROCESS "org.freedesktop.systemd1.NoSuchProcess" static inline const char *bus_error(const DBusError *e, int r) { if (e && e->message)