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

Class InternalServerError

packages/platform/src/HttpApiError.ts:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 * @category empty errors
146 */
147export class InternalServerError extends HttpApiSchema.EmptyError<InternalServerError>()({
148 tag: "InternalServerError",
149 status: 500
150}) {}
151
152/**
153 * @since 1.0.0

Callers 1

Data.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…