Add missing error macro
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
### Is your feature request related to a problem or challenge?
We have error macro like `internal_err` and `exec_err` supported, but not all of them are supported
Example
* External
* ExecutionJoin
* ResourcesExhausted
### Describe the solution you'd like
Support other error macros
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
Contributor guide
Research direction
Start by locating the existing `internal_err` and `exec_err` macros and compare their supported error variants with `External`, `ExecutionJoin`, and `ResourcesExhausted`. Done means the other requested error macros are supported consistently with the existing macros; the issue names no tests or files to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100