From f1b9349dadce2920187ea7def7397b514d801b38 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 2 Mar 2019 05:54:25 +0100 Subject: ipc: work out service state transitions --- service/errors.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/errors.go') 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 ) -- cgit v1.2.3-59-g8ed1b