Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
147
export
class
InternalServerError extends HttpApiSchema.EmptyError<InternalServerError>()({
148
tag:
"InternalServerError"
,
149
status: 500
150
}) {}
151
152
/**
153
* @since 1.0.0
Callers
1
Data.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected