Remove JSON from error message, fix generation
- Remove JSON from
DeserializationError
message to prevent data accidentally
leaking into logs. The JSON is still available on theDeserializationError
object. - Fix generation for fields that are
Function
types that are declared
separately, for example in amixin
defined in another source file, and use
named or positional parameters.