We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When ParseUUIDPipe validates not a string value, it ignores exceptionFactory
ParseUUIDPipe
exceptionFactory
https://github.com/titivuk/nestjs-parse-uuid-pipe-issue
npm i
npm run test
ParseUUIDPipe always has to throw custom exception if it's provided
@nestjs/common
8.1.2
@nestjs/core
@nestjs/platform-express
16.6.1
PR to fix #8459
The text was updated successfully, but these errors were encountered:
Let's track this here #8459
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current behavior
When
ParseUUIDPipe
validates not a string value, it ignoresexceptionFactory
Minimum reproduction code
https://github.com/titivuk/nestjs-parse-uuid-pipe-issue
Steps to reproduce
npm i
npm run test
Expected behavior
ParseUUIDPipe
always has to throw custom exception if it's providedPackage
@nestjs/common
NestJS version
8.1.2
Packages versions
@nestjs/common
: "^8.0.0"@nestjs/core
: "^8.0.0"@nestjs/platform-express
: "^8.0.0"Node.js version
16.6.1
In which operating systems have you tested?
Other
PR to fix
#8459
The text was updated successfully, but these errors were encountered: