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

BatchGetCommitsError

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

Returns information about errors in a BatchGetCommits operation.

interface BatchGetCommitsError {
commitId?: string | null;
errorCode?: string | null;
errorMessage?: string | null;
}

§Properties

§
commitId?: string | null
[src]

A commit ID that either could not be found or was not in a valid format.

§
errorCode?: string | null
[src]

An error code that specifies whether the commit ID was not valid or not found.

§
errorMessage?: string | null
[src]

An error message that provides detail about why the commit ID either was not found or was not valid.