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 [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
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 [#62] client: move package from neofs-api-go 2021-11-10 18:29:19 +03:00
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