Errors, Not Exceptions
Fix a crash that occurred when a Response Object failed to decode from within the Components Object. There was an assumption in the code that Response Objects lived within Operation Objects. That assumption has been removed and now OpenAPIKit successfully produces errors for Response Object decoding failures across the board.
At the same time, a couple of error messages have been made a bit more specific and therefore easier to understand.