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

BatchDescribeMergeConflictsError

import type { BatchDescribeMergeConflictsError } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Returns information about errors in a BatchDescribeMergeConflicts operation.

interface BatchDescribeMergeConflictsError {
exceptionName: string;
filePath: string;
message: string;
}

§Properties

§
exceptionName: string
[src]

The name of the exception.

§
filePath: string
[src]

The path to the file.

§
message: string
[src]

The message provided by the exception.