forked from TrueCloudLab/frostfs-node
[#948] engine: Define EndOfListing error in component packages
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
c80c83b0b8
commit
1f911830a5
6 changed files with 24 additions and 17 deletions
|
@ -12,8 +12,3 @@ 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")
|
||||
|
||||
// ErrEndOfListing is returned from object listing with cursor
|
||||
// when storage can't return any more objects after provided
|
||||
// cursor. Use nil cursor object to start listing again.
|
||||
var ErrEndOfListing = errors.New("end of object listing")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue