the-moby-effect
Version:
Moby/Docker API client built using effect-ts
9 lines • 481 B
JavaScript
import * as Schema from "effect/Schema";
export class ContainerWaitExitError extends /*#__PURE__*/Schema.Class("ContainerWaitExitError")({
Message: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "ContainerWaitExitError",
title: "container.WaitExitError",
documentation: "https://github.com/moby/moby/blob/a21b1a2d12e2c01542cb191eb526d7bfad0641e3/api/types/container/wait_exit_error.go#L6-L12"
}) {}
//# sourceMappingURL=ContainerWaitExitError.generated.js.map