Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/tools/ai-codegen/src/Generator.ts:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
* @since 4.0.0
38
*/
39
export
class
GenerationError extends Data.TaggedError(
"GenerationError"
)<{
40
readonly provider: string
41
readonly cause: unknown
42
}> {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected