Closed tristanlabelle closed 1 year ago
The Status enum cannot be decoded with values that it does not explicitly list, resulting in a crash. We should have a representation that allows for reporting unknown error codes, too.
Status
PR https://github.com/thebrowsercompany/webdriver-swift/pull/54, change https://github.com/thebrowsercompany/webdriver-swift/pull/54/commits/2ec228eecd8ffc5c046d39c4f636011fa5ec61e9
The
Status
enum cannot be decoded with values that it does not explicitly list, resulting in a crash. We should have a representation that allows for reporting unknown error codes, too.