aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants/filer.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/constants/filer.go')
-rw-r--r--weed/util/constants/filer.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/weed/util/constants/filer.go b/weed/util/constants/filer.go
new file mode 100644
index 000000000..f5f240e76
--- /dev/null
+++ b/weed/util/constants/filer.go
@@ -0,0 +1,7 @@
+package constants
+
+// Filer error messages
+const (
+ ErrMsgOperationNotPermitted = "operation not permitted"
+ ErrMsgBadDigest = "The Content-Md5 you specified did not match what we received."
+)