kubeshop / monokle-cli

CLI for Monokle core validation library
19 stars 3 forks source link

Improve error messages for Cloud integration #35

Closed f1ames closed 11 months ago

f1ames commented 11 months ago

This PR fixes https://github.com/kubeshop/monokle-saas/issues/2145.

Changes

This is not very generic approach, more targeted to this specific cases which were not handled earlier. I also reported related issue for Cloud API - https://github.com/kubeshop/monokle-saas/issues/2173. Seems like some of such errors should be handled closer to the core (like API itself or monokle-core) with dedicated error types which can be propagated and recognized by integrations.

Fixes

Checklist