Make ResolveFrostFSFailures
the default option. #131
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#131
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As an SDK user I would expect failed RPCs to return error, unless I am ready to process API-level statuses according to spec.
We may even remove it, as
errors.Is
is quite common in the Go code.Let's do it in 2 steps:
I would like to take this one. Could you please clarify:
ErrToStatus
, which converts the error instance to Status instance. Which additional actions should be done for extracting status from the error?Closed via #163.