MCPcopy Create free account
hub / github.com/andywer/postguard / CodeError

Interface CodeError

src/errors.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { Query, QueryNodePath, SourceFile } from "./types"
7
8interface CodeError extends Error {
9 location: SourceLocation
10 sourceFile: SourceFile
11}
12
13interface ValidationError extends Error {
14 location: SourceLocation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected