You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we've had an issue when OSTree cannot find a file object. We implemented a workaround based on the detection of the G_IO_ERROR_NOT_FOUND but this error is being returned in other places, for different reasons so it's easy that eventually we end up matching the same error when the cause is not a missing file object.
I would like to know whether this could be a real a problem and, if so, propose to return more specific errors for (at least) the places where the G_IO_ERROR_NOT_FOUND is being returned.
The text was updated successfully, but these errors were encountered:
Recently we've had an issue when OSTree cannot find a file object. We implemented a workaround based on the detection of the G_IO_ERROR_NOT_FOUND but this error is being returned in other places, for different reasons so it's easy that eventually we end up matching the same error when the cause is not a missing file object.
I would like to know whether this could be a real a problem and, if so, propose to return more specific errors for (at least) the places where the G_IO_ERROR_NOT_FOUND is being returned.
The text was updated successfully, but these errors were encountered: