Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ parseError
Function
parseError
packages/effect/src/ParseResult.ts:266–266 ·
view source on GitHub ↗
(issue: ParseIssue)
Source
from the content-addressed store, hash-verified
264
* @since 3.10.0
265
*/
266
export
const
parseError = (issue: ParseIssue): ParseError =>
new
ParseError({ issue })
267
268
/**
269
* @category constructors
Callers
1
asserts
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected