MCPcopy
hub / github.com/Effect-TS/effect / UserError

Class UserError

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

Source from the content-addressed store, hash-verified

353class GlobalError extends Schema.TaggedClass<GlobalError>()("GlobalError", {}) {}
354class GroupError extends Schema.TaggedClass<GroupError>()("GroupError", {}) {}
355class UserError extends Schema.TaggedClass<UserError>()("UserError", {}, HttpApiSchema.annotations({ status: 400 })) {}
356class NoStatusError extends Schema.TaggedClass<NoStatusError>()("NoStatusError", {}) {}
357
358class User extends Schema.Class<User>("User")({

Callers

nothing calls this directly

Calls 1

annotationsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…