Saltar al contenido

tsoa-next / tsoa-next / Exception

Interfaz: Excepción

Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1364

Forma de error expuesta por fallos de validación de tiempo de ejecución.

Extensión

  • Error

Propiedades

cause?

ts
optional cause?: unknown;

Definido en: nodo_modules/typescript/lib.es2022.error.d.ts:26

Inhered from

ts
Error.cause

message

ts
message: string;

Definido en: nodo_modules/typescript/lib/lib.es5.d.ts:1077

Inhered from

ts
Error.message

name

ts
name: string;

Definido en: nodo_modules/typescript/lib/lib.es5.d.ts:1076

Inhered from

ts
Error.name

stack?

ts
optional stack?: string;

Definido en: nodo_modules/typescript/lib/lib.es5.d.ts:1078

Inhered from

ts
Error.stack

status

ts
status: number;

Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1365

Contributors

No contributors

Changelog

No recent changes

Generación de OpenAPI, generación de rutas y validación en tiempo de ejecución con prioridad en TypeScript.