the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 529 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
export class JSONError extends /*#__PURE__*/Schema.Class("JSONError")({
code: /*#__PURE__*/Schema.optional(MobySchemas.Int64),
message: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "JSONError",
title: "jsonmessage.JSONError",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/pkg/jsonmessage/jsonmessage.go#L19-L24"
}) {}
//# sourceMappingURL=JSONError.generated.js.map