frostfs-sdk-go/client
Alex Vanin 6f1c21da31 [#158] client: Do not ignore errors in `processCall()`
Some callbacks, such as `close()` -> `result(v2)` may
generate new errors, so `processCall` should not ignore
them.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-03-03 14:27:29 +03:00
..
status [#140] apistatus: Support session errors 2022-03-02 18:27:08 +03:00
accounting.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
client.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
common.go [#158] client: Do not ignore errors in `processCall()` 2022-03-03 14:27:29 +03:00
container.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
errors.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
netmap.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
object_delete.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
object_get.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
object_hash.go [#158] client: Fix length setter in object hash range 2022-03-03 14:27:29 +03:00
object_put.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
object_search.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
object_search_test.go [#148] client: Allow to iterate over search results 2022-02-28 10:19:35 +03:00
opts.go [#131] client: Remove no longer needed code 2022-02-18 17:01:08 +03:00
raw.go [#111] client: Fix doc comments 2022-01-11 11:03:14 +03:00
reputation.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
response.go [#131] client: Remove no longer needed code 2022-02-18 17:01:08 +03:00
session.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00