Update NeoFS error handling #78

Closed
opened 2025-12-28 17:36:03 +00:00 by sami · 0 comments
Owner

Originally created by @KirillovDenis on GitHub (Sep 22, 2022).

Originally assigned to: @KirillovDenis on GitHub.

It's time to change:
nspcc-dev/neofs-http-gw@3fa0e3caef/downloader/download.go (L244-L248)

to:

if client.IsErrObjectNotFound(err) || client.IsErrContainerNotFound(err) {
    // ...
}
Originally created by @KirillovDenis on GitHub (Sep 22, 2022). Originally assigned to: @KirillovDenis on GitHub. It's time to change: https://github.com/nspcc-dev/neofs-http-gw/blob/3fa0e3caefffeabad383fc0d153b4b6b328abd88/downloader/download.go#L244-L248 to: ```golang if client.IsErrObjectNotFound(err) || client.IsErrContainerNotFound(err) { // ... } ```
sami 2025-12-28 17:36:03 +00:00
  • closed this issue
  • added the
    U3
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-http-gw#78
No description provided.