aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-02 05:54:25 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-02 07:07:05 +0100
commit9e43735dfe6a390d2779e3ba226ec3d0bb51a645 (patch)
tree3e15404826ea98d13b938417cc7fcd145b9d7f42 /service/errors.go
parentsyntax: flat border (diff)
downloadwireguard-windows-9e43735dfe6a390d2779e3ba226ec3d0bb51a645.tar.xz
wireguard-windows-9e43735dfe6a390d2779e3ba226ec3d0bb51a645.zip
ipc: work out service state transitions
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'service/errors.go')
-rw-r--r--service/errors.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/errors.go b/service/errors.go
index e2d17ab9..133617ea 100644
--- a/service/errors.go
+++ b/service/errors.go
@@ -18,4 +18,6 @@ const (
ERROR_NETWORK_BUSY uint32 = 0x00000036
ERROR_NO_TRACKING_SERVICE uint32 = 0x00000494
ERROR_OBJECT_ALREADY_EXISTS uint32 = 0x00001392
+ ERROR_SERVICE_DOES_NOT_EXIST uint32 = 0x00000424
+ ERROR_SERVICE_MARKED_FOR_DELETE uint32 = 0x00000430
)