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

PhaseContext

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

Additional information about a build phase that has an error. You can use this information for troubleshooting.

interface PhaseContext {
message?: string | null;
statusCode?: string | null;
}

§Properties

§
message?: string | null
[src]

An explanation of the build phase's context. This might include a command ID and an exit code.

§
statusCode?: string | null
[src]

The status code for the context of the build phase.