frostfs-sdk-go/client
Leonard Lyubich 7d10b432d1 [#284] *: Return error from all `ReadFromV2` methods
Return `error` from all `ReadFromV2` methods in order to support
backward compatibility if message will be extended with some formatted
field.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-07-07 14:20:18 +03:00
..
status [#282] apistatus: Support `OUT_OF_RANGE` error 2022-07-05 11:53:29 +03:00
accounting.go [#284] *: Return error from all `ReadFromV2` methods 2022-07-07 14:20:18 +03:00
client.go [#164] Do not return rpc.Balance error in Dial 2022-03-14 13:04:49 +03:00
common.go [#254] client: Fix incorrect response processing case 2022-05-30 17:23:56 +03:00
container.go [#240] client: Add `SyncContainerWithNetwork` func 2022-07-05 15:37:49 +03:00
doc.go [#164] client: Refactor and document package functionality 2022-03-10 15:02:10 +03:00
errors.go [#278] client: Add session error checkers 2022-06-28 09:06:13 +03:00
errors_test.go [#278] client: Increase depth of error wrapping in `IsErr*` tests 2022-06-28 09:06:13 +03:00
netmap.go [#284] *: Return error from all `ReadFromV2` methods 2022-07-07 14:20:18 +03:00
object_delete.go [#222] client: Fix docs of resolving the failure statuses 2022-07-05 11:43:38 +03:00
object_get.go [#282] apistatus: Support `OUT_OF_RANGE` error 2022-07-05 11:53:29 +03:00
object_hash.go [#282] apistatus: Support `OUT_OF_RANGE` error 2022-07-05 11:53:29 +03:00
object_put.go [#269] client: Fix response processing of `Object.Put` rpc 2022-06-15 15:30:39 +03:00
object_search.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
object_search_test.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
reputation.go [#222] client: Fix docs of resolving the failure statuses 2022-07-05 11:43:38 +03:00
response.go [#137] pool: simplify session creation 2022-04-07 13:33:16 +03:00
session.go [#222] client: Fix docs of resolving the failure statuses 2022-07-05 11:43:38 +03:00