https://github.com/tada5hi/typescript-error
This monorepo contains error interfaces/classes in general and explicit implementations for http & websocket errors.
https://github.com/tada5hi/typescript-error
class error error-handling interface template typescript
Last synced: 3 months ago
JSON representation
This monorepo contains error interfaces/classes in general and explicit implementations for http & websocket errors.
- Host: GitHub
- URL: https://github.com/tada5hi/typescript-error
- Owner: tada5hi
- License: mit
- Archived: true
- Created: 2021-07-20T14:55:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T15:31:53.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T21:02:24.771Z (4 months ago)
- Topics: class, error, error-handling, interface, template, typescript
- Language: TypeScript
- Homepage:
- Size: 1.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# @typescript-error ⚡
[](https://github.com/Tada5hi/typescript-error/actions/workflows/main.yml)
[](https://snyk.io/test/github/Tada5hi/typescript-error)This monorepo contains error interfaces/classes in general and some implementations for http & websocket errors.
## Packages
The repository contains the following packages:### @typescript-error/core
[](https://badge.fury.io/js/@typescript-error%2Fcore)This Package contains all core functions, which are also partially required by other modules of this repository.
### @typescript-error/http
[](https://badge.fury.io/js/@typescript-error%2Fhttp)This Package contains all HTTP related error functions.
## Installation
Please follow the `README.md` instructions in the respective package folder.