Harshavardhana f45977d371
Fix error handling in DeleteFileBulk storage handler (#8327)
errors.errorString() cannot be marshalled by gob
encoder, so using a slice of []error would fail
to be encoded. This leads to no errors being
generated instead gob.Decoder on the storage-client
would see an io.EOF

To avoid such bugs introduce a typed error for
handling such translations and register this type
for gob encoding support.
2019-09-30 19:01:28 -07:00
..
2019-09-10 04:42:29 +05:30
2019-09-10 04:42:29 +05:30
2019-09-10 04:42:29 +05:30
2019-09-10 04:42:29 +05:30
2019-07-13 00:29:44 +01:00
2019-09-10 04:42:29 +05:30