aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-28 17:41:30 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-01 01:38:30 +0100
commit616f56bd5d9640212a1f8beccb7b7208068d2b7c (patch)
treedd411c7c77d655164621b5ed623d945346b2ebf7 /service/errors.go
parenttunnel: log the builtin go log to elog (diff)
downloadwireguard-windows-616f56bd5d9640212a1f8beccb7b7208068d2b7c.tar.xz
wireguard-windows-616f56bd5d9640212a1f8beccb7b7208068d2b7c.zip
tunnel: make winipcfg sort of work
The duplicate route thing is silly, and we currently don't do DNS or the fancy socket routing. But this is a step in the right direction, perhaps. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--service/errors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/errors.go b/service/errors.go
index 04f0638c..e2d17ab9 100644
--- a/service/errors.go
+++ b/service/errors.go
@@ -17,4 +17,5 @@ const (
ERROR_SERVER_SID_MISMATCH uint32 = 0x00000274
ERROR_NETWORK_BUSY uint32 = 0x00000036
ERROR_NO_TRACKING_SERVICE uint32 = 0x00000494
+ ERROR_OBJECT_ALREADY_EXISTS uint32 = 0x00001392
)