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
We should surface any API errors in the application such that they are helpful for the user to find out what they did wrong, in particular validation errors.
Dependencies
Our reference deployment in EOEPCA needs to update STAC FastAPI >= 3.0.4 to get the improved validation error messages.
Acceptance criteria
All STAC API errors surface
Validation errors are formatted in a descriptive way, if possible
While we are at it, also show a notification when an API transaction was successful, as indicated in the designs
The text was updated successfully, but these errors were encountered:
We have designs for surfacing errors that occur during API interaction:
Recently, validation error messages from STAC FastAPI have been improved:
We should surface any API errors in the application such that they are helpful for the user to find out what they did wrong, in particular validation errors.
Dependencies
Acceptance criteria
The text was updated successfully, but these errors were encountered: