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
OCIImageResourceError and CheckFailed have .status attribute that make automatically raising a status from an exception easy like shown here. We should adopt the same pattern here so we can remove helpers like this entirely and instead just handle multiple exceptions in the except (CheckFailed, NoVersionsListed, ...) block
The text was updated successfully, but these errors were encountered:
OCIImageResourceError and CheckFailed have
.status
attribute that make automatically raising a status from an exception easy like shown here. We should adopt the same pattern here so we can remove helpers like this entirely and instead just handle multiple exceptions in theexcept (CheckFailed, NoVersionsListed, ...)
blockThe text was updated successfully, but these errors were encountered: