tim.smith | 2016-08-04 22:03:42 UTC | #1
The handling of unknown enum values has been improved as of v0.69.2.329.
In previous versions, a serialization exception would be thrown if the API response contained a value for an enum property that was not a member of the enum type known to the SDK.
As of v0.69.2.329, a new member has been added to all enums and is named OutdatedSdkVersion. If your application ever encounters this enum member, it means that the server has sent a value that is not in your version of the SDK and that your application should be updated to the latest version of the SDK to handle the new value.
system | 2017-08-28 19:26:03 UTC | #2
This post was migrated from the old Developer Forum.
ref: 246