{"id":13442107,"url":"https://github.com/arzzen/all-exit-error-codes","last_synced_at":"2025-11-03T19:44:27.487Z","repository":{"id":78915142,"uuid":"61481429","full_name":"arzzen/all-exit-error-codes","owner":"arzzen","description":"List of all Error/Exit Codes","archived":false,"fork":false,"pushed_at":"2018-01-12T11:33:51.000Z","size":235,"stargazers_count":21,"open_issues_count":4,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:29:57.939Z","etag":null,"topics":["error-codes","php","php-errors","php-xml","playstore","stdlib"],"latest_commit_sha":null,"homepage":"https://arzzen.github.io/all-exit-error-codes/","language":"CSS","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/arzzen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2016-06-19T13:25:16.000Z","updated_at":"2025-03-29T21:55:08.000Z","dependencies_parsed_at":"2023-06-26T07:16:11.579Z","dependency_job_id":null,"html_url":"https://github.com/arzzen/all-exit-error-codes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arzzen/all-exit-error-codes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzzen%2Fall-exit-error-codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzzen%2Fall-exit-error-codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzzen%2Fall-exit-error-codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzzen%2Fall-exit-error-codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arzzen","download_url":"https://codeload.github.com/arzzen/all-exit-error-codes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzzen%2Fall-exit-error-codes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261220266,"owners_count":23126721,"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","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-codes","php","php-errors","php-xml","playstore","stdlib"],"created_at":"2024-07-31T03:01:41.772Z","updated_at":"2025-11-03T19:44:27.452Z","avatar_url":"https://github.com/arzzen.png","language":"CSS","readme":"All error/exit codes\n===========\n\nThis repository provides a collection of error and exit codes for popular **_operating systems_**, **_programming languages_** and **_API_**'s. Each collection is documented in Markdown files with a reference to their original source.\n\nWant to contribute? Great! First, [read this page][].\n\n## Operating systems directories\n* [Android][]\n  * [camera][]\n  * [playservices][]\n  * [playstore][]\n  * [SIP][]\n* [MacOS][]\n* [Linux][]\n  * [Sysexits][]\n  * [Stdlib][]\n  * [Bash][]\n \n## Programming languages directories\n* [C][]\n* [Java][]\n* [JavaScript][]\n  * [Node.js][]\n* [PHP][]\n  * [PHP][PHP-Errors]\n  * [PHP-XML][]\n* [Python][]\n \n## API directories\n * [Amazon][]\n   * [S3][] \n * [Facebook][]\n * [Github][]\n * [Twitter][] \n\n*And many more in progress... :)*\n\n## Contribution \n\nWant to contribute? Great! First, read this page.\n\n### Code reviews\nAll submissions, including submissions by project members, require review. \nWe use Github pull requests for this purpose.\n\n### Some tips for good pull requests:\n* Use our code\n  When in doubt, try to stay true to the existing code of the project.\n* Write a descriptive commit message. What problem are you solving and what\n  are the consequences? Where and what did you test? Some good tips:\n  [here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message)\n  and [here](https://www.kernel.org/doc/Documentation/SubmittingPatches).\n* If your PR consists of multiple commits which are successive improvements /\n  fixes to your first commit, consider squashing them into a single commit\n  (`git rebase -i`) such that your PR is a single commit on top of the current\n  HEAD. This make reviewing the code so much easier, and our history more\n  readable.\n\n### Formatting\n\nThis documentation is written using standard [markdown syntax](https://help.github.com/articles/markdown-basics/). Please submit your changes using the same syntax.\n\n\n## Licensing\nMIT see [LICENSE][] for the full license text.\n\n   [read this page]: http://github.com/arzzen/all-exit-error-codes/blob/master/CONTRIBUTING.md\n   [landing page]: http://arzzen.github.io/all-exit-error-codes\n   [LICENSE]: https://github.com/arzzen/all-exit-error-codes/blob/master/LICENSE.txt\n   \n   [Android]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/android/list.md\n   [camera]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/android/camera.md\n   [playservices]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/android/playservices.md\n   [playstore]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/android/playstore.md\n   [SIP]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/android/SIP.md\n   [MacOS]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/mac-os/errors.md\n   [Linux]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/list.md\n   [Sysexits]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/sysexits.md\n   [Stdlib]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/stdlib.md\n   [Bash]: https://github.com/arzzen/all-exit-error-codes/blob/master/operating-systems/linux/bash.md\n   \n   [C]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/c/errors.md\n   [Java]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/java/errors.md\n   [JavaScript]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/javascript/list.md\n   [Node.js]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/javascript/nodejs.md\n   [PHP]: https://github.com/arzzen/all-exit-error-codes/tree/master/programming-languages/php/list.md\n   [PHP-Errors]: https://github.com/arzzen/all-exit-error-codes/tree/master/programming-languages/php/errors.md\n   [PHP-XML]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/php/xml.md\n   [Python]: https://github.com/arzzen/all-exit-error-codes/blob/master/programming-languages/python/errno.md\n   \n   [Amazon]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/amazon/list.md\n   [S3]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/amazon/s3.md\n   [Facebook]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/facebook/facebook.md\n   [Github]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/github/github.md\n   [Twitter]: https://github.com/arzzen/all-exit-error-codes/blob/master/api/Twitter/twitter.md","funding_links":[],"categories":["CSS"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farzzen%2Fall-exit-error-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farzzen%2Fall-exit-error-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farzzen%2Fall-exit-error-codes/lists"}