{"id":25720000,"url":"https://github.com/gregwhitaker/ratpack-error","last_synced_at":"2025-09-21T23:23:07.603Z","repository":{"id":82732596,"uuid":"115750430","full_name":"gregwhitaker/ratpack-error","owner":"gregwhitaker","description":"Ratpack module that provides a consistent and easy-to-use error handling framework","archived":false,"fork":false,"pushed_at":"2018-01-03T01:02:06.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T17:41:25.355Z","etag":null,"topics":["error-handling","microservice","ratpack","rest","rest-api","restful-webservices"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregwhitaker.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-29T19:58:30.000Z","updated_at":"2017-12-29T21:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"246d8ad5-23b4-4c3d-b0ba-9e9bcc6df063","html_url":"https://github.com/gregwhitaker/ratpack-error","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gregwhitaker/ratpack-error","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fratpack-error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fratpack-error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fratpack-error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fratpack-error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregwhitaker","download_url":"https://codeload.github.com/gregwhitaker/ratpack-error/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fratpack-error/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276319768,"owners_count":25621815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"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":["error-handling","microservice","ratpack","rest","rest-api","restful-webservices"],"created_at":"2025-02-25T17:36:17.519Z","updated_at":"2025-09-21T23:23:07.561Z","avatar_url":"https://github.com/gregwhitaker.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ratpack-error\n[![Build Status](https://travis-ci.org/gregwhitaker/ratpack-error.svg?branch=master)](https://travis-ci.org/gregwhitaker/ratpack-error)\n\nA [Ratpack](http://www.ratpack.io) module that provides a consistent and easy-to-use error handling framework for restful web services.\n\nThe ratpack-error module provides a set of base exception classes that when extended give you beautiful, user-friendly, error messages like the following:\n\n* Error Message Example\n\n        {\n            \"status\": 404,\n            \"errorCode\": \"123ABC\",\n            \"errorMessage\": \"Not Found\",\n            \"errorDetail\": \"Foo widget with id '123' was not found\",\n            \"errorDetailUrl\": \"https://docs.test.com/errors/123abc\"\n        }\n        \n * Field Level Error Message Example\n    \n         {\n            \"status\": 400,\n            \"errorCode\": \"321ABC\",\n            \"errorMessage\": \"Bad Request\",\n            \"errorDetail\": \"Invalid query parameters\",\n            \"fieldErrors\": [\n                {\n                    \"field\": \"numPages\",\n                    \"errorCode\": \"321ABC-456\",\n                    \"errorMessage\": \"Parameter 'numPages' must be an integer.\"\n                }\n            ]\n        }\n        \n## Getting Started\nThe ratpack-error module is available via [JCenter](https://bintray.com/gregwhitaker/maven/ratpack-error).\n\n## Building From Source\nThe module can built using the following Gradle command:\n\n    $ ./gradlew clean build\n\n## Bugs and Feedback\nFor bugs, questions, and discussions please use the [Github Issues](https://github.com/gregwhitaker/ratpack-error/issues).\n\n## License\nCopyright 2017 Greg Whitaker\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwhitaker%2Fratpack-error","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregwhitaker%2Fratpack-error","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwhitaker%2Fratpack-error/lists"}