Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error's i18n and modal show detail and edit #121

Closed
Kilerd opened this issue Mar 16, 2023 · 1 comment · Fixed by #148
Closed

error's i18n and modal show detail and edit #121

Kilerd opened this issue Mar 16, 2023 · 1 comment · Fixed by #148
Milestone

Comments

@Kilerd
Copy link
Collaborator

Kilerd commented Mar 16, 2023

No description provided.

@Kilerd Kilerd added this to the VERSION 0.1 milestone Mar 16, 2023
@Kilerd
Copy link
Collaborator Author

Kilerd commented May 19, 2023

we should store errors into database including error type and spanInfo. so there are fields should be included as follow:

  • id: random UUID
  • spanInfo: span of the error directive, including filename, span_start, span_end, content
  • error_type: which type is this error. should be enum
  • metas: jsonb, extra infos for specific error type.

one thing leave is how to provide this capability to transformers. if the transformer need to add its own error into ledger, what kind of protocol should be exposed.
related issues: #143 #144

@Kilerd Kilerd linked a pull request May 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant