| 3292 | } |
| 3293 | |
| 3294 | type ExhaustiveErrorsInput struct { |
| 3295 | ID IntNot3 `path:"id" maximum:"10"` |
| 3296 | Query IntNot3 `query:"query"` |
| 3297 | Header IntNot3 `header:"header"` |
| 3298 | Body ExhaustiveErrorsInputBody `json:"body"` |
| 3299 | } |
| 3300 | |
| 3301 | func (i *ExhaustiveErrorsInput) Resolve(ctx huma.Context) []error { |
| 3302 | return []error{&huma.ErrorDetail{ |
nothing calls this directly
no outgoing calls
no test coverage detected