This commit is contained in:
Łukasz Magiera
2020-11-27 16:37:06 +01:00
parent 663b3f4f21
commit dc7c7608df
2 changed files with 28 additions and 0 deletions
+3
View File
@@ -234,6 +234,9 @@ func init() {
},
})
addExample(storiface.ErrorCode(0))
addExample(map[abi.SectorNumber]string{
123: "can't acquire read lock",
})
// worker specific
addExample(storiface.AcquireMove)