forked from TrueCloudLab/frostfs-node
[#222] Move ErrAlreadyRemoved to core package
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
6a3e3e5642
commit
67d4b0db12
8 changed files with 18 additions and 31 deletions
|
@ -9,3 +9,6 @@ var ErrNotFound = errors.New("object not found")
|
|||
// ErrRangeOutOfBounds is a basic error of violation of the boundaries of the
|
||||
// payload of an object.
|
||||
var ErrRangeOutOfBounds = errors.New("payload range is out of bounds")
|
||||
|
||||
// ErrAlreadyRemoved returned when object has tombstone in graveyard.
|
||||
var ErrAlreadyRemoved = errors.New("object already removed")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue