frostfs-sdk-go/client
Pavel Karpy 2a6fe47e5e [#114] client: Add `WithNeoFSErrorParsing` option
This option make client parse all NeoFS error statuses and return them as
errors from method calls (not as part of result structure). This is done
for applications that want to handle errors as it is customary in golang.
Default behaviour (construction client without new option) has not been
changed.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-01-13 15:37:43 +03:00
..
status
accounting.go [#111] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00
client.go [#111] client: Add comments to `Client` and `New` 2022-01-11 11:03:14 +03:00
common.go [#114] client: Add `WithNeoFSErrorParsing` option 2022-01-13 15:37:43 +03:00
container.go [#111] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00
netmap.go [#111] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00
object.go [#111] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00
object_test.go
opts.go [#114] client: Add `WithNeoFSErrorParsing` option 2022-01-13 15:37:43 +03:00
raw.go [#111] client: Fix doc comments 2022-01-11 11:03:14 +03:00
reputation.go [#111] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00
response.go [#111] client: Fix doc comments 2022-01-11 11:03:14 +03:00
session.go [#111] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00