UNPKG

@fran-834/gs-microservice-core

Version:

Core package for Node.js microservices by Galduria Software. Includes security, logging, validation, and error handling middlewares.

7 lines (6 loc) 195 B
import { AppError } from "./AppError.js"; import { commonErrors, commonHTTPErrors } from "./errorLists.js"; /** * Exports error modules. */ export { AppError, commonErrors, commonHTTPErrors };