MCPcopy Create free account
hub / github.com/Effect-TS/effect / ClientFailure

Class ClientFailure

packages/platform/node/test/HttpApi.test.ts:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309 it.effect("required client middleware can fail with typed clientError", () => {
310 class ClientFailure extends Schema.Error<ClientFailure>("ClientFailure")({
311 _tag: Schema.tag("ClientFailure")
312 }) {}
313
314 class M extends HttpApiMiddleware.Service<M, {
315 clientError: ClientFailure

Callers

nothing calls this directly

Calls 1

tagMethod · 0.65

Tested by

no test coverage detected