Closed jpill closed 5 months ago
Totals | |
---|---|
Change from base Build 8787017493: | 0.1% |
Covered Lines: | 661 |
Relevant Lines: | 754 |
Is there a similar change we need to make in the other SDKs?
Is there a similar change we need to make in the other SDKs?
At the very least I'll go through and update with the current error codes we have in each, and where I can determine similar serialization may cause errors will look to account for those as well.
This change introduces a custom converter that populates a default unspecified error code if the json value cannot be found in the enumeration on serialization.
This will allow additions to be made to the error code enumeration in the ShipEngine code without immediately causing serialization exceptions here, which will help prevent unnecessary disruptions.