Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { UnsupportedDecoratorType } from "@tsed/core";
See /packages/core/src/errors/UnsupportedDecoratorType.ts.
class UnsupportedDecoratorType extends Error { name: "UNSUPPORTED_DECORATOR_TYPE"; constructor(decorator: any, args: any[]); }
name: "UNSUPPORTED_DECORATOR_TYPE";