@huz-com/http-request
v1.0.11
Published
Axios wrapper with logging and exception handling
Downloads
4
Maintainers
Readme
Huz.Com > Component > Base Errors
- Mostly used error instances
Standards
- Language:
TS
- Eslint:
Yes
- Static Code Analysis:
Yes
IntelliJ Code Inspections - DDD - Document Driven:
Yes
- EDD - Exception Driven:
Yes
- Standards Complied: Huz Standards
Commands
npm run clear
// clears "dist" foldernpm run lint
// runs eslint for static code analysisnpm run test
// runs test files in "test" foldernpm run build
// builds JS files at "dist" foldernpm publish
ornpm run publix
// publishes "dist" folder to npm
Install
npm i @huz-com/base-errors
Errors
- AxiosConnectionError
- EmptyValueError
- ModuleNotEnabledError
- OtherComponentError
- RecordNotActivatedError
- RecordNotFoundError
TODO
- Complete other most used error instances