Introduce InvalidArgument common failure status #274

Closed
opened 2024-09-18 12:49:26 +00:00 by aarifullin · 0 comments
Member

frostfs-api specifies common failure status INVALID_ARGUMENT. But it has not been introduced in client/status/common.go yet.
Firstly, InvalidArgument common status should be inroduced in frostfs-api-go. Then, the status wrapper can be introduced in SDK.

`frostfs-api` specifies common failure status [INVALID_ARGUMENT](https://git.frostfs.info/TrueCloudLab/frostfs-api/src/branch/master/status/types.proto#L111). But it has not been introduced in [client/status/common.go](https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/src/branch/master/client/status/common.go) yet. Firstly, `InvalidArgument` common status should be inroduced in [frostfs-api-go](https://git.frostfs.info/TrueCloudLab/frostfs-api-go/src/branch/master/status/status.go#L57-L66). Then, the status wrapper can be introduced in [SDK](https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/src/branch/master/client/status/common.go).
aarifullin added the
good first issue
label 2024-09-18 12:49:26 +00:00
a-savchuk self-assigned this 2024-09-20 13:37:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#274
No description provided.