From f3c3bd215731f55cf042e0d1c9eae4aa880f6257 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 28 Feb 2019 07:19:06 +0100 Subject: service: track tunnel service status --- service/errors.go | 1 + 1 file changed, 1 insertion(+) (limited to 'service/errors.go') diff --git a/service/errors.go b/service/errors.go index b6566d00..04f0638c 100644 --- a/service/errors.go +++ b/service/errors.go @@ -16,4 +16,5 @@ const ( ERROR_FILE_NOT_FOUND uint32 = 0x00000002 ERROR_SERVER_SID_MISMATCH uint32 = 0x00000274 ERROR_NETWORK_BUSY uint32 = 0x00000036 + ERROR_NO_TRACKING_SERVICE uint32 = 0x00000494 ) -- cgit v1.2.3-59-g8ed1b