Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.