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
As pointed out by @lpellegr, we currently put 'ERROR' as a prefix every time we throw an exeption.
We should create our own RuntimeException for each CloudProvider, for instance in Azure we could use a custom AzureProviderException class and manage the prefix in this class at least to avoid some duplications.
The text was updated successfully, but these errors were encountered:
As pointed out by @lpellegr, we currently put 'ERROR' as a prefix every time we throw an exeption.
We should create our own RuntimeException for each CloudProvider, for instance in Azure we could use a custom AzureProviderException class and manage the prefix in this class at least to avoid some duplications.
The text was updated successfully, but these errors were encountered: