finch
finch copied to clipboard
Introduce Error.Source
Basically a replacement for RequestItem.
This seems related to #581, but I still think we need both: Error.Source and Endpoint.Meta. We will use the first only in errors and we'll use the second for things like Swagger generation.
I've been playing with an implementation of Endpoint.Meta and I see it working as a replacement for RequestItems, but I'm not quite sure about Error.Source. Was there some more modeling you were thinking of (compared to RequestItems) or was the idea to just change were Error.scala lives? I don't have a problem with either, just need more info to include that.