aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/errors.go')
-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
)