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/mod.ts>ErrorModel

Various HTTP clients for miscellaneous use.
Latest
interface ErrorModel
import { type ErrorModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/GraphQlModels/mod.ts";

Represents an error.

Properties

message: string

The error message.

optional
type: string

The type of error.

optional
path: string[]

The path to the file where the error occurs.

locations: LocationModel[]

The locations of the error.