EncodingError.invalidValue(_:_:)
An indication that an encoder or its containers could not encode the given value.
Declaration
case invalidValue(Any, EncodingError.Context)Discussion
As associated values, this case contains the attempted value and context for debugging.