{"id":42632433,"url":"https://github.com/tiny-go/errors","last_synced_at":"2026-01-29T05:23:21.087Z","repository":{"id":64012279,"uuid":"130961914","full_name":"tiny-go/errors","owner":"tiny-go","description":"Collection of HTTP errors implementations","archived":false,"fork":false,"pushed_at":"2022-11-30T14:47:57.000Z","size":23,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T21:11:00.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiny-go.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-25T06:39:26.000Z","updated_at":"2024-04-02T17:23:15.000Z","dependencies_parsed_at":"2022-12-04T12:28:19.941Z","dependency_job_id":null,"html_url":"https://github.com/tiny-go/errors","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tiny-go/errors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-go%2Ferrors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-go%2Ferrors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-go%2Ferrors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-go%2Ferrors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiny-go","download_url":"https://codeload.github.com/tiny-go/errors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-go%2Ferrors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28863540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"online","status_checked_at":"2026-01-29T02:00:06.714Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-29T05:23:20.459Z","updated_at":"2026-01-29T05:23:21.083Z","avatar_url":"https://github.com/tiny-go.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# errors\n\n[![Build Status][circleci-badge]][circleci-link]\n[![Report Card][report-badge]][report-link]\n[![GoCover][cover-badge]][cover-link]\n\nCollection of HTTP error implementations\n\n### HTTP error interface\n```go\ntype Error interface{\n  error\n  Code() int\n}\n```\n\n### Implementations\nCode | Corresponding error type\n-----|--------------------------\n 400 | `BadRequest`  \n 401 | `Unauthorized`\n 403 | `Forbidden`\n 404 | `NotFound`\n 405 | `MethodNotAllowed`\n 406 | `NotAcceptable`\n 408 | `RequestTimeout`\n 409 | `Conflict`\n 500 | `InternalServer`\n 501 | `NotImplemented`\n 503 | `ServiceUnavailable`\n\n[circleci-badge]: https://circleci.com/gh/tiny-go/errors.svg?style=shield\n[circleci-link]: https://circleci.com/gh/tiny-go/errors\n[report-badge]: https://goreportcard.com/badge/github.com/tiny-go/errors\n[report-link]: https://goreportcard.com/report/github.com/tiny-go/errors\n[cover-badge]: https://gocover.io/_badge/github.com/tiny-go/errors\n[cover-link]: https://gocover.io/github.com/tiny-go/errors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiny-go%2Ferrors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiny-go%2Ferrors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiny-go%2Ferrors/lists"}