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

GoogleChromePolicyVersionsV1PolicyModificationError

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

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

interface GoogleChromePolicyVersionsV1PolicyModificationError {
readonly errors?: string[];
readonly policySchema?: string;
}

§Properties

§
readonly errors?: string[]
[src]

Output only. The non-field errors related to the modification.

§

Output only. The error messages related to the modification.

§
readonly policySchema?: string
[src]

Output only. The specific policy schema modification that had an error.

§

Output only. The specific policy target modification that had error.