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

ValidationError

import type { ValidationError } from "https://aws-api.deno.dev/v0.4/services/datapipeline.ts?docs=full";

Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.

interface ValidationError {
errors?: string[] | null;
id?: string | null;
}

§Properties

§
errors?: string[] | null
[src]

A description of the validation error.

§
id?: string | null
[src]

The identifier of the object that contains the validation error.