MCPcopy Index your code
hub / github.com/devcontainers/cli / ContainerErrorInfo

Interface ContainerErrorInfo

src/spec-common/errors.ts:29–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29interface ContainerErrorInfo {
30 description: string;
31 originalError?: any;
32 manageContainer?: boolean;
33 params?: ResolverParameters;
34 containerId?: string;
35 dockerParams?: any; // TODO
36 containerProperties?: ContainerProperties;
37 actions?: ContainerErrorAction[];
38 data?: ContainerErrorData;
39}
40
41export class ContainerError extends Error implements ContainerErrorInfo {
42 description!: string;

Callers

nothing calls this directly

Implementers 1

ContainerErrorsrc/spec-common/errors.ts

Calls

no outgoing calls

Tested by

no test coverage detected