frostfs-sdk-go/client
Alex Vanin 6e81e13e1b [#218] client: Decode status at io.EOF in the client-side stream
Object service of NeoFS API contains one client-side stream method:
object.Put. In client-side streams, server can return an error after
processing stream message. In this case write method returns `io.EOF`
and actual error reason is encoded in response status, which is
obtained after `Close()`. Client library should process such case.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-04-21 15:57:37 +03:00
..
status [#176] status: Do not lose built-in error text message 2022-03-16 17:16:20 +03:00
accounting.go [#199] owner: Rename to user, refactor and doc 2022-04-19 18:44:02 +03:00
client.go [#164] Do not return rpc.Balance error in Dial 2022-03-14 13:04:49 +03:00
common.go [#170] version: Add docs, refactor 2022-04-13 10:28:12 +03:00
container.go [#199] owner: Rename to user, refactor and doc 2022-04-19 18:44:02 +03:00
doc.go [#164] client: Refactor and document package functionality 2022-03-10 15:02:10 +03:00
errors.go [#140] client: Specify status errors of Client methods 2022-03-02 18:27:08 +03:00
netmap.go [#170] version: Add docs, refactor 2022-04-13 10:28:12 +03:00
object_delete.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
object_get.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
object_hash.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
object_put.go [#218] client: Decode status at io.EOF in the client-side stream 2022-04-21 15:57:37 +03:00
object_search.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
object_search_test.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
reputation.go [#168] client: Adopt replacement of pointer slices with struct slices 2022-03-15 16:59:59 +03:00
response.go [#137] pool: simplify session creation 2022-04-07 13:33:16 +03:00
session.go [#199] owner: Rename to user, refactor and doc 2022-04-19 18:44:02 +03:00