fix: update docs to mention erasure guide (#9339)

This commit is contained in:
Harshavardhana
2020-04-13 23:08:14 -07:00
committed by GitHub
parent 1fa65c7f2f
commit a9d401ac10
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ var (
ErrInvalidErasureSetSize = newErrFn(
"Invalid erasure set size",
"Please check the passed value",
"Erasure set can only accept any of [4, 6, 8, 10, 12, 14, 16] values",
"Erasure set can only accept any of [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] values",
)
ErrInvalidWormValue = newErrFn(