WIP: [#131] client: Switch ResolveFrostFSFailures to DontResolveFrostFSFailures option
olefirenque
created branch 131-refactor_frostfs_failure_resolving_option in olefirenque/frostfs-sdk-go
2023-09-12 15:58:14 +00:00
olefirenque
pushed to 131-refactor_frostfs_failure_resolving_option at olefirenque/frostfs-sdk-go
2023-09-12 15:58:14 +00:00
f3b9041371
[#131] client: Switch ResolveFrostFSFailures to DontResolveFrostFSFailures option
Make
ResolveFrostFSFailures
the default option.
I would like to take this one. Could you please clarify:
- Should each step be divided into separate MRs?
- There is already
ErrToStatus
, which converts the error instance to Status…