about summary refs log tree commit diff
path: root/src/nm-core-utils.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-09-06 09:26:09 +0200
committerMichael Biebl <biebl@debian.org>2019-09-06 09:26:09 +0200
commit473dd863356491d7b984baef9c72e886c774a451 (patch)
treef7863ed06a67003b8a362e1146a1dff22ea16c55 /src/nm-core-utils.h
parentdf49315721969c1013256ce92c6a0f825450f814 (diff)
parent555dfa331e295a3a687a7cc6870e1349ffed8f26 (diff)
Update upstream source from tag 'upstream/1.20.2'
Update to upstream version '1.20.2'
with Debian dir 0356038b3aea3f0577988e0b1019b86c657592cd
Diffstat (limited to 'src/nm-core-utils.h')
-rw-r--r--src/nm-core-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nm-core-utils.h b/src/nm-core-utils.h
index 855a5d08..a0efb3b8 100644
--- a/src/nm-core-utils.h
+++ b/src/nm-core-utils.h
@@ -496,4 +496,8 @@ const char *nm_utils_parse_dns_domain (const char *domain, gboolean *is_routing)
 
 #define NM_VPN_ROUTE_METRIC_DEFAULT     50
 
+#define NM_UTILS_ERROR_MSG_REQ_AUTH_FAILED   "Unable to authenticate the request"
+#define NM_UTILS_ERROR_MSG_REQ_UID_UKNOWN    "Unable to determine UID of the request"
+#define NM_UTILS_ERROR_MSG_INSUFF_PRIV       "Insufficient privileges"
+
 #endif /* __NM_CORE_UTILS_H__ */