Exceptions

August 6, 2024 ยท View on GitHub


Table of Contents

  • Exception handling

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

Contents

  1. 1Table of Contents
  2. 2Exception handling