Skip to content

transformException

reference
1 min readUpdated

Kind: Function

Source: packages/platform-express/multer/multer/multer.utils.ts

Part of: Platform Express

Signature

ts
function transformException(error: (Error & { field?: string }) | undefined)

Parameters

NameType
error`(Error & { field?: string })

Relationships

  • IMPORTS → BadRequestException
  • IMPORTS → HttpException
  • IMPORTS → PayloadTooLargeException

Was this page helpful?

Download as PDF
transformException — NestJS head-to-head