UNPKG

@ingeze/api-error

Version:

A TypeScript library for handling HTTP errors in Express, NestJS, and Fastify APIs.

7 lines 458 B
export type { BadRequestErrorType } from './bad-request-error.types.js'; export type { NotFoundErrorType } from './not-found-error.types.js'; export type { UnauthorizedErrorType } from './unauthorized-error.types.js'; export type { ForbiddenErrorType } from './forbidden-error.types.js'; export type { ValidationErrorType } from './validation-error.types.js'; export type { ErrorResponse } from './error-handler.types.js'; //# sourceMappingURL=index.d.ts.map