apache / apache/cassandra-gocql-driver
errors should indicate if they came from gocql directly
Open
enhancement
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 658
- PR merge metrics
- No merged PRs in 30d
Description
All errors which are defined in gocql should indicate that they came from gocql by having a `gocql:` prefix in the error. This will help users identify where errors come from and potentially be clearer as to why.
Contributor guide
Research direction
Search the repository for all errors defined in gocql and inspect how their messages are constructed. Confirm that each such error consistently begins with the `gocql:` prefix, then run the relevant existing tests or the repository test suite to verify the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100