MCPcopy Create free account
hub / github.com/bombshell-dev/clack / FailureResult

Interface FailureResult

packages/core/src/utils/standard-schema.ts:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 /** The result interface if validation fails. */
42 export interface FailureResult {
43 /** The issues of failed validation. */
44 readonly issues: ReadonlyArray<Issue>;
45 }
46
47 /** The issue interface of the failure output. */
48 export interface Issue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected