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

GoogleChromePolicyVersionsV1PolicyModificationFieldError

import type { GoogleChromePolicyVersionsV1PolicyModificationFieldError } from "https://googleapis.deno.dev/v1/chromepolicy:v1.ts";

Error information for a modification request of a specific field on a specific policy.

interface GoogleChromePolicyVersionsV1PolicyModificationFieldError {
readonly error?: string;
readonly field?: string;
}

§Properties

§
readonly error?: string
[src]

Output only. The error message related to the field.

§
readonly field?: string
[src]

Output only. The name of the field with the error.