EnumerationSwift
EncodingError
An error that occurs during the encoding of a value.
enum EncodingError
An error that occurs during the encoding of a value.
enum EncodingError
case invalidValue(Any, EncodingError.Context)
An indication that an encoder or its containers could not encode the given value.
struct Context
The context in which the error occurred.