mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
update error name
This commit is contained in:
parent
08af8cd9b0
commit
5f846d5d47
2
error.go
2
error.go
@ -13,7 +13,7 @@ func init() {
|
||||
errors[100] = "Key Not Found"
|
||||
errors[101] = "The given PrevValue is not equal to the value of the key"
|
||||
errors[102] = "Not A File"
|
||||
errors[103] = "Reach the max number of machines in the cluster"
|
||||
errors[103] = "Reached the max number of machines in the cluster"
|
||||
|
||||
// Post form related errors
|
||||
errors[200] = "Value is Required in POST form"
|
||||
|
Loading…
x
Reference in New Issue
Block a user