Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Models/GraphQLModels/ErrorModel.ts>ErrorModel

Various types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
type alias ErrorModel
import { type ErrorModel } from "https://deno.land/x/kd_clients@v0.0.5/core/Models/GraphQLModels/ErrorModel.ts";

Represents an error.

definition: { message: string; type?: string; path?: string[]; locations: LocationModel[]; }