MCPcopy 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 */
266export const parseError = (issue: ParseIssue): ParseError => new ParseError({ issue })
267
268/**
269 * @category constructors

Callers 1

assertsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected