digidem / digidem/custom-error-creator

Expose template names as properties

Open
#9 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.