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

OperationError

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

Database instance operation error.

interface OperationError {
code?: string;
kind?: string;
message?: string;
}

§Properties

§
code?: string
[src]

Identifies the specific error that occurred.

§
kind?: string
[src]

This is always sql#operationError.

§
message?: string
[src]

Additional information about the error encountered.