frostfs-node/pkg/local_object_storage/metabase
Leonard Lyubich 70ffdf3478 [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses
Replace `ErrNotFound`/`ErrAlreadyRemoved` error from
`pkg/core/object` package with `ObjectNotFound`/`ObjectAlreadyRemoved`
one from `apistatus` package. These errors are returned by storage
node's server as NeoFS API statuses.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-03-17 16:34:00 +03:00
..
containers.go
containers_test.go [#1175] metabase: Work with LOCK objects 2022-03-15 13:03:23 +03:00
control.go
control_test.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
db.go
db_test.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
delete.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
delete_test.go
errors.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
exists.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
exists_test.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
get.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
get_test.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
graveyard.go
graveyard_test.go
info.go
inhume.go [#1175] metabase: Update locker list during `Inhume` 2022-03-15 13:03:23 +03:00
inhume_test.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
iterators.go [#1176] metabase: Ignore locked objs in `IterateCoveredByTombstones` 2022-03-15 13:03:23 +03:00
iterators_test.go [#1176] metabase: Ignore locked objs in `IterateCoveredByTombstones` 2022-03-15 13:03:23 +03:00
list.go [#1175] metabase: Work with LOCK objects 2022-03-15 13:03:23 +03:00
list_test.go [#1175] metabase: Work with LOCK objects 2022-03-15 13:03:23 +03:00
lock.go [#1181] local storage: Process expired locks similar to tombstones 2022-03-15 13:03:23 +03:00
lock_test.go [#1181] local storage: Process expired locks similar to tombstones 2022-03-15 13:03:23 +03:00
movable.go
movable_test.go
put.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
put_test.go
select.go [#1175] metabase: Work with LOCK objects 2022-03-15 13:03:23 +03:00
select_test.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
shard_id.go
small.go
small_test.go
util.go [#1175] metabase: Implement LOCK operation 2022-03-15 13:03:23 +03:00