Skip to content

tsoa-next / @tsoa-next/runtime / Exception

Interface: Exception

Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1364

Error shape exposed by runtime validation failures.

Extends

  • Error

Properties

cause?

ts
optional cause?: unknown;

Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

ts
Error.cause

message

ts
message: string;

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

ts
Error.message

name

ts
name: string;

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

ts
Error.name

stack?

ts
optional stack?: string;

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

ts
Error.stack

status

ts
status: number;

Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1365

TypeScript-first OpenAPI generation, route generation, and runtime validation.