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

CustomModuleValidationError

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

An error encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.

interface CustomModuleValidationError {
description?: string;
end?: Position;
fieldPath?: string;
start?: Position;
}

§Properties

§
description?: string
[src]

A description of the error, suitable for human consumption. Required.

§

The end position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed..

§
fieldPath?: string
[src]

The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.

§

The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed.