MCPcopy
hub / github.com/lukeautry/tsoa / Exception

Interface Exception

packages/runtime/src/routeGeneration/templateHelpers.ts:989–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987}
988
989export interface Exception extends Error {
990 status: number;
991}
992
993export class ValidateError extends Error implements Exception {
994 public status = 400;

Callers

nothing calls this directly

Implementers 1

ValidateErrorpackages/runtime/src/routeGeneration/t

Calls

no outgoing calls

Tested by

no test coverage detected