aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/errors.go')
-rw-r--r--service/errors.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/service/errors.go b/service/errors.go
new file mode 100644
index 00000000..b6566d00
--- /dev/null
+++ b/service/errors.go
@@ -0,0 +1,19 @@
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ */
+
+package service
+
+const (
+ ERROR_LOG_CONTAINER_OPEN_FAILED uint32 = 0x000019F1
+ ERROR_INVALID_PARAMETER uint32 = 0x00000057
+ ERROR_OPEN_FAILED uint32 = 0x0000006E
+ ERROR_ADAP_HDW_ERR uint32 = 0x00000039
+ ERROR_PIPE_LISTENING uint32 = 0x00000218
+ ERROR_BAD_LOGON_SESSION_STATE uint32 = 0x00000555
+ ERROR_BAD_PATHNAME uint32 = 0x000000A1
+ ERROR_FILE_NOT_FOUND uint32 = 0x00000002
+ ERROR_SERVER_SID_MISMATCH uint32 = 0x00000274
+ ERROR_NETWORK_BUSY uint32 = 0x00000036
+)