BuiltValueConverter
by providing the built_value
serializer collection.ChopperClient
's converter
constructor parameter.BuiltValueConverter
is also an error converter. It will try to decode error response bodies using the wireName
inside JSON {"quot;:"ErrorModel"}
, if available.wireName
is not available, BuiltValueConverter
will try to convert error response bodies to errorType
, if it was provided and is not null
.