Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { StatusFamily } from "@tsed/exceptions";
See /packages/specs/exceptions/src/core/StatusFamily.ts.
enum StatusFamily { "3xx" = "3xx", "4xx" = "4xx", "5xx" = "5xx" }
"3xx" = "3xx",
"4xx" = "4xx",
"5xx" = "5xx"