Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.14/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.