MCPcopy
hub / github.com/danielgtaylor/huma / ResolverCustomStatus

Struct ResolverCustomStatus

huma_test.go:3490–3490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3488}
3489
3490type ResolverCustomStatus struct{}
3491
3492func (r *ResolverCustomStatus) Resolve(ctx huma.Context) []error {
3493 return []error{huma.Error403Forbidden("nope")}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected