Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/types/deployment.d.ts>DeploymentStructures.FastAPIError

🔑 A strongly typed Pylon API client.
Latest
type alias DeploymentStructures.FastAPIError
import { type DeploymentStructures } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/deployment.d.ts";
const { FastAPIError } = DeploymentStructures;

Pylon uses FastAPI, this is a FastAPI error.

definition: { type: string; errors: Array<{ loc: string[]; msg: string; type: string; }>; }