2#ifndef _LIBCGROUP_ERROR_H
3#define _LIBCGROUP_ERROR_H
5#ifndef _LIBCGROUP_H_INSIDE
6#error "Only <libcgroup.h> should be included directly."
33 ECGROUPNOTCOMPILED = 50000,
37 ECGROUPSUBSYSNOTMOUNTED,
47 ECGCONTROLLERCREATEFAILED,
49 ECGROUPNOTINITIALIZED,
58 ECGCONTROLLERNOTEQUAL,
72 ECGNAMESPACECONTROLLER,
85#define ECGRULESPARSEFAIL ECGROUPPARSEFAIL
int cgroup_get_last_errno(void)
Definition api.c:5277
const char * cgroup_strerror(int code)
Definition api.c:5256
@ ECGROUPMULTIMOUNTED
Definition error.h:40
@ ECGEOF
Definition error.h:68
@ ECGNOVERSIONCONVERT
Definition error.h:79
@ ECGROUPNORULES
Definition error.h:62
@ ECGOTHER
Definition error.h:56
@ ECGNONEMPTY
Definition error.h:77
@ ECGROUPPARSEFAIL
Definition error.h:60
@ ECGCONFIGPARSEFAIL
Definition error.h:70