Skip to main content
Module

x/tpy/mod.ts>TpyErrAsStrings

🔑 A strongly typed Pylon API client.
Go to Latest
type alias TpyErrAsStrings
Re-export
import { type TpyErrAsStrings } from "https://deno.land/x/tpy@v1.0.0-pre-release-2/mod.ts";
definition:
| ""
| "Unidentifiable error"
| "Unauthorized"
| "Resource not found"
| "Missing or invalid JSON body"
| "Method not allowed"
| "Guild not found"
| "Deployment not found"
| "Internal server error"
| "Not of type TpyErr"