export { isEnrichedExceptionError } from './guards/is-enriched-exception.guard.js'; export { isGenericError } from './guards/is-generic-error.guard.js'; export { isGenericStringError } from './guards/is-generic-string-error.guard.js'; export { isHttpException } from './guards/is-http-exception.guard.js'; export { isRpcException } from './guards/is-rpc-exception.guard.js'; export { isSerializedEnrichedExceptionError } from './guards/is-serialized-enriched-exception.guard.js'; export { isSerializedError } from './guards/is-serialized-error.guard.js'; export { ClassValidatorError } from './class-validator-error.interface.js'; export { ClassValidatorException } from './class-validator-exception.interface.js'; export { EnrichedExceptionError } from './enriched-exception.interface.js'; import '@nestjs/common'; import '@nestjs/microservices';