Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
naughtygopher
/
errors
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5
Star
73
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 23, 2025
Update GitHub Sponsors username in FUNDING.yml
Show description for 0ab8955
bnkamalesh
authored
0ab8955
Copy full SHA for 0ab8955
Commits on Jul 4, 2025
[-] update badge links to force cache refresh
bnkamalesh
committed
c91aa8b
Copy full SHA for c91aa8b
[patch]: added tests for context error detection (#9)
bnkamalesh
authored
9f0daa9
Copy full SHA for 9f0daa9
[-] fixed playground link and other minor changes
bnkamalesh
committed
5034d24
Copy full SHA for 5034d24
Commits on Jul 3, 2025
[-] updated README file with new error types
bnkamalesh
committed
90664f5
Copy full SHA for 90664f5
GRPC error codes, 3 new error types, auto detect context errors (#8)
Show description for c38d0fb
bnkamalesh
authored
c38d0fb
Copy full SHA for c38d0fb
Commits on Oct 11, 2024
[-] added license badge
bnkamalesh
committed
25a09ef
Copy full SHA for 25a09ef
Commits on Oct 6, 2024
[-] fix badge links to use master branch instead of main
bnkamalesh
committed
666de5c
Copy full SHA for 666de5c
[major] mark stable release, v1.0.0
bnkamalesh
committed
883d45d
Copy full SHA for 883d45d
[-] renamed GH workflow config go.yaml to go.yml
bnkamalesh
committed
56976a4
Copy full SHA for 56976a4
[-] updated badges
bnkamalesh
committed
cbdcc23
Copy full SHA for cbdcc23
[-] transfer ownership to naughty gopher (#7)
bnkamalesh
authored
1389e08
Copy full SHA for 1389e08
Commits on Oct 5, 2024
[-] updated README to use new badges (#6)
Show description for 1c896ca
bnkamalesh
authored
1c896ca
Copy full SHA for 1c896ca
Commits on May 31, 2023
[patch] recheck error count and return nil if empty
bnkamalesh
committed
242b392
Copy full SHA for 242b392
Commits on May 30, 2023
[minor] added support for Join
bnkamalesh
committed
63ae567
Copy full SHA for 63ae567
Commits on Feb 7, 2023
[minor] mirrored Go v1.20 errors.Join method (#5)
Show description for e08bc56
bnkamalesh
authored
e08bc56
Copy full SHA for e08bc56
Commits on Jan 25, 2023
[patch] fix messages being concatenated in stack trace
bnkamalesh
committed
591544f
Copy full SHA for 591544f
Commits on Jan 17, 2023
Stacktrace fixes (#4)
Show description for 182c597
bnkamalesh
authored
182c597
Copy full SHA for 182c597
Commits on Jan 11, 2023
[patch] fixed stacktrace skip inaccuracy when using formatted messages/errors
bnkamalesh
committed
34df037
Copy full SHA for 34df037
Commits on Dec 13, 2021
[-] updated errors.As test
bnkamalesh
committed
b6235aa
Copy full SHA for b6235aa
[-] added test for errors.As
bnkamalesh
committed
6efdf2b
Copy full SHA for 6efdf2b
v0.9.0
Show description for fc72af5
bnkamalesh
authored
fc72af5
Copy full SHA for fc72af5
Commits on Jun 2, 2021
[minor] added support for annotation verbs ('%v', '%+v', '%s', '%+s')
bnkamalesh
committed
6ac87c7
Copy full SHA for 6ac87c7
Commits on May 26, 2021
[patch] added new helper functions ErrWithoutTrace, Message, HTTPStatusCode
bnkamalesh
committed
3118138
Copy full SHA for 3118138
Commits on Feb 13, 2021
[patch] fixed Wrapf method causing nil pointer dereference when original error is not of type *Error
bnkamalesh
committed
c304a49
Copy full SHA for c304a49
Commits on Jan 27, 2021
[patch] added `Errorf` which is a duplicate of Newf, added for the sake of familiarity
bnkamalesh
committed
fa23547
Copy full SHA for fa23547
[patch] added `Newf` method for creating new formatted error without type
bnkamalesh
committed
de5c207
Copy full SHA for de5c207
Commits on Jan 18, 2021
[patch] updated tests
Show description for ea2ad23
bnkamalesh
committed
ea2ad23
Copy full SHA for ea2ad23
Commits on Jan 15, 2021
[minor] added support for formatted message for all helper methods, yay! (this was delayed far too long)
bnkamalesh
committed
d9a4fa5
Copy full SHA for d9a4fa5
Commits on Jan 10, 2021
Merge pull request #2 from bnkamalesh/bug/empty-message-infiniteloop
Show description for e43b460
bnkamalesh
authored
e43b460
Copy full SHA for e43b460
[patch] skip empty message being appended while preparing error messages
Show description for 9839299
bnkamalesh
committed
9839299
Copy full SHA for 9839299
Commits on Jan 9, 2021
[patch] refactor for better readability (comments, some functions and README)
bnkamalesh
committed
7fee94f
Copy full SHA for 7fee94f
Commits on Dec 17, 2020
[patch] added a helper method to wrap with message, to wrap an error along with a message
bnkamalesh
committed
10e1d01
Copy full SHA for 10e1d01
[patch] added new helper method Wrap for wrapping an error without any custom message
Show description for f07a1f0
bnkamalesh
committed
f07a1f0
Copy full SHA for f07a1f0
Commits on Oct 8, 2020
[patch] added helper function 'Type(err error)' of any error; returns errType(-1) if not of type *Error
Show description for 78697d8
bnkamalesh
committed
78697d8
Copy full SHA for 78697d8
Pagination
Previous
Next
You can’t perform that action at this time.