frostfs-node/pkg/local_object_storage/metabase
Leonard Lyubich 318639e5bf [#1247] *: Clarify docs about returned errors from `apistatus` package
`apistatus` package provides types which implement build-in `error`
interface. Add `error of type` pattern when documenting these errors in
order to clarify how these errors should be handled (e.g. `errors.Is` is
not good).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-03-17 16:34:00 +03:00
..
containers.go
containers_test.go
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
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] *: Clarify docs about returned errors from `apistatus` package 2022-03-17 16:34:00 +03:00
exists_test.go
get.go [#1247] *: Clarify docs about returned errors from `apistatus` package 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
inhume_test.go [#1247] object: Return `NOT_FOUND` and `ALREADY_REMOVED` statuses 2022-03-17 16:34:00 +03:00
iterators.go
iterators_test.go
list.go
list_test.go
lock.go
lock_test.go
movable.go
movable_test.go
put.go [#1247] *: Clarify docs about returned errors from `apistatus` package 2022-03-17 16:34:00 +03:00
put_test.go
select.go
select_test.go
shard_id.go
small.go
small_test.go
util.go