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

OperationErrors

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

Database instance operation errors list wrapper.

interface OperationErrors {
errors?: OperationError[];
kind?: string;
}

§Properties

§

The list of errors encountered while processing this operation.

§
kind?: string
[src]

This is always sql#operationErrors.