MCPcopy Index your code
hub / github.com/Effect-TS/effect / NotFound

Class NotFound

packages/platform/src/HttpApiError.ts:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 * @category empty errors
92 */
93export class NotFound extends HttpApiSchema.EmptyError<NotFound>()({
94 tag: "NotFound",
95 status: 404
96}) {}
97
98/**
99 * @since 1.0.0

Callers 1

Data.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected