Skip to main content
Module

x/tpy/mod.ts>Deployment.DeploymentStructures.FastAPIError

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Deployment.DeploymentStructures.FastAPIError
import { type Deployment } from "https://deno.land/x/tpy@v1.0.0-pre-release-11/mod.ts";
const { FastAPIError } = Deployment.DeploymentStructures;

Pylon uses FastAPI, this is a FastAPI error.

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