status: Introduce RESOURCE_EXHAUSTED common status #78

Merged
fyrchik merged 1 commit from a-savchuk/frostfs-api:status-resource-exhausted into master 2025-02-06 08:27:09 +00:00

View file

@ -109,6 +109,10 @@ enum CommonFail {
// request parameter as the client sent it incorrectly, then this code should
// be used.
INVALID_ARGUMENT = 4;
// [**1029**] Resource exhausted failure. This code should be used
// if the operation cannot be performed due to a lack of resources.
RESOURCE_EXHAUSTED = 5;
}
// Section of statuses for object-related operations.