# ProxyError Class
| Module | import { ProxyError } from "@tsed/exceptions" |
|---|---|
| Source | /packages/exceptions/src/serverErrors/ProxyError.ts |
# Overview
class ProxyError extends Exception {
static readonly STATUS = 502;
name: string;
constructor(message: string, origin?: Error | string | any);
}# Members
static readonly STATUS = 502;name: string;- Session & cookies
- Passport.js
- TypeORM
- Mongoose
- GraphQL
- Socket.io
- Swagger
- AJV
- Multer
- Serve static files
- Templating
- Throw HTTP Exceptions
- Customize 404
- AWS
- Jest
- Seq
- Controllers
- Providers
- Model
- Converters
- Middlewares
- Pipes
- Interceptors
- Authentication
- Hooks
- Injection scopes
- Custom providers
- Custom endpoint decorator
- Testing