MCPcopy Create free account
hub / github.com/pollinations/pollinations /

Class

shared/http/validation-error.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20export class ValidationError extends Error {
21 public readonly name = "ValidationError" as const;
22 public readonly target: ValidationTarget;
23 public readonly zodError: ZodError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected