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

wrap CRUD action error #42

Merged
merged 1 commit into from
Jan 24, 2024
Merged

wrap CRUD action error #42

merged 1 commit into from
Jan 24, 2024

Conversation

randmonkey
Copy link
Contributor

@randmonkey randmonkey commented Jan 18, 2024

Summary

wrap errors happens in running CRUD actions in crud.ActionError to pass op,entity name and entity kind to callers.

Full changelog

*[Feat] Implement crud.ActionError to represent errors happens in performing CRUD actions

Issues resolved

Fix #41

@randmonkey randmonkey requested a review from a team January 18, 2024 07:21
@CLAassistant
Copy link

CLAassistant commented Jan 18, 2024

CLA assistant check
All committers have signed the CLA.

@randmonkey randmonkey force-pushed the feat/add_crud_action_error branch from 6e35645 to 13ba759 Compare January 24, 2024 02:53
@randmonkey randmonkey merged commit 9676c7c into main Jan 24, 2024
39 checks passed
@randmonkey randmonkey deleted the feat/add_crud_action_error branch January 24, 2024 05:32
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 this pull request may close these issues.

Store errors from CRUD actions into certain structure in sync.Solve
3 participants