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
feat: Introduce StacError and StacErrorWidget for enhanced error handling (#364)
* chore: Remove unuesd StacOutlineInputBorder class from the framework UI package.
* feat: Introduce StacError and StacErrorWidget for enhanced error handling
- Add StacError class to encapsulate details about parsing and runtime errors, including type, original JSON, and stack trace.
- Implement StacErrorWidget to display structured error information, providing context and troubleshooting tips for developers.
- Update StacService to utilize StacError for error reporting and display custom error widgets when parsing fails.
- Enhance error handling in JSON parsing and action execution with detailed logging and optional error widgets.
* refactor: Update StacError and StacErrorWidget for improved error handling
- Rename error parameter to errorDetails in StacErrorWidget for clarity.
- Update documentation to reflect changes in error handling, including removal of stack trace display in the UI.
- Ensure consistent usage of errorDetails across StacErrorWidget and related components.
0 commit comments