Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T15:31:53.000Z (about 2 years ago)
- Last Synced: 2024-08-03T06:35:28.315Z (3 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 ⚡
[![main](https://github.com/Tada5hi/typescript-error/actions/workflows/main.yml/badge.svg)](https://github.com/Tada5hi/typescript-error/actions/workflows/main.yml)
[![Known Vulnerabilities](https://snyk.io/test/github/Tada5hi/typescript-error/badge.svg)](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
[![npm version](https://badge.fury.io/js/@typescript-error%2Fcore.svg)](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
[![npm version](https://badge.fury.io/js/@typescript-error%2Fhttp.svg)](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.