| 3488 | } |
| 3489 | |
| 3490 | type ResolverCustomStatus struct{} |
| 3491 | |
| 3492 | func (r *ResolverCustomStatus) Resolve(ctx huma.Context) []error { |
| 3493 | return []error{huma.Error403Forbidden("nope")} |
nothing calls this directly
no outgoing calls
no test coverage detected