Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 440 Bytes

exceptions.md

File metadata and controls

19 lines (10 loc) · 440 Bytes

Exceptions


Table of Contents


Exception handling

We try to use the built-in HTTP exceptions provided by the @nestjs/common. Please check it's docs here. They represent many of the most common HTTP exceptions.


Previous: Auth

Next: Serialization