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

x/jamf_school/deps/ajv_jtd.ts>ErrorObject

A simple, secure, correct, and modern Jamf School API wrapper. (Unofficial)
Latest
interface ErrorObject
import { type ErrorObject } from "https://deno.land/x/jamf_school@0.5.0/deps/ajv_jtd.ts";

Type Parameters

optional
K extends string = string
optional
P = Record<string, any>
optional
S = unknown

Properties

keyword: K
instancePath: string
schemaPath: string
params: P
optional
propertyName: string
optional
message: string
optional
schema: S
optional
parentSchema: AnySchemaObject
optional
data: unknown