Open mniewrzal opened 2 years ago
I think the easiest would be to map: uplink: stream: metaclient: metabase: pending object missing uplink: metaclient: metabase: conflict: object already exists
For first maybe we can reuse already existing uplink.ErrObjectNotFound for second we will create something new like uplink.ErrObjectAlreadyExists
Gateway is getting a lot of errors from uplink that have no corresponding type. It's hard to map them without it. This is just list I quickly collected as a starting point. We should figure out which errors we should handle better in the first place.