SyntaxFix
Write A Post
Hire A Developer
Questions
You will also receive this error if you are passing an object back to the client that contains a property of type enum that is not set by default and that enum does not have a value that maps to 0. i.e enum MyEnum{ a=1, b=2};
enum MyEnum{ a=1, b=2};