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

TestConnectionAssignmentError

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

Error details for TestGoldengateConnectionAssignment.

interface TestConnectionAssignmentError {
action?: string;
code?: string;
issue?: string;
message?: string;
}

§Properties

§
action?: string
[src]

The text describing the action required to fix the issue.

§
code?: string
[src]

A short error code that defines the error, meant for programmatic parsing.

§
issue?: string
[src]

The text describing the root cause of the reported issue.

§
message?: string
[src]

A human-readable error message.