Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FieldViolation

import type { FieldViolation } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface FieldViolation {
description?: string;
field?: string;
}

§Properties

§
description?: string
[src]

The description of the error.

§
field?: string
[src]

Path of field with violation.