Shorter and clearer error types. - InvalidParameterError is now RefError. It is returned when a ref (the new ref or the parent ref) is invalid. - The ResolveRefError is not renamed. It is returned when a ref can't be resolved (e.g., ref not found at URL). New error type ParameterComboError. It is returned when a parent ref is specified but no URL, which is an invalid parameter combination. |
||
|---|---|---|
| .. | ||
| errors.go | ||
| errors_test.go | ||
| openapi.v2.gen.go | ||
| openapi.v2.yml | ||
| v2.go | ||
| v2_internal_test.go | ||
| v2_koji_test.go | ||
| v2_test.go | ||