aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--service/errors.go8
1 files changed, 1 insertions, 7 deletions
diff --git a/service/errors.go b/service/errors.go
index b76ef656..e71f0d71 100644
--- a/service/errors.go
+++ b/service/errors.go
@@ -94,10 +94,4 @@ func combineErrors(err error, serviceError Error) error {
}
}
return err
-}
-
-const (
- serviceDOES_NOT_EXIST uint32 = 0x00000424
- serviceMARKED_FOR_DELETE uint32 = 0x00000430
- serviceNEVER_STARTED uint32 = 0x00000435
-)
+} \ No newline at end of file