digidem / digidem/custom-error-creator
Expose template names as properties
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I have a use case where I have InviteDeniedByInviterError with a reason property. I could see it being handy to be able to access the reason field without needing to parse the message text. Is it hard to add that to the types? Should I send in a PR?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how simple definitions produce typed, structured error classes and how template fields such as reason are currently represented. Determine the intended property behavior and confirm that a generated error exposes those fields without parsing its message text; done means the behavior is defined and covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100