Skip to content

Errors, Not Exceptions

Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 24 Oct 21:01
f534aa9

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.