Is your feature request related to a problem? Please describe.
similar to
|
// [**2052**] Object has been marked deleted. |
|
OBJECT_ALREADY_REMOVED = 4; |
Container contract supports the exception since nspcc-dev/neofs-contract#404. Once container is removed, it becomes inoperable. This fact would be nice to be highlighted in responses
Describe the solution you'd like
add CONTAINER_ALREADY_REMOVED status
Is your feature request related to a problem? Please describe.
similar to
neofs-api/status/types.proto
Lines 137 to 138 in fc8584b
Container contract supports the exception since nspcc-dev/neofs-contract#404. Once container is removed, it becomes inoperable. This fact would be nice to be highlighted in responses
Describe the solution you'd like
add
CONTAINER_ALREADY_REMOVEDstatus