An error that occurs during the encoding of a value.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
enum EncodingError
An error that occurs during the encoding of a value.
SDK
Framework
enum EncodingError
case invalid Value(Any, Encoding Error .Context)An indication that an encoder or its containers could not encode the given value.
struct Encoding Error .ContextThe context in which the error occurred.
protocol EncoderA type that can encode values into a native format for external representation.
protocol DecoderA type that can decode values from a native format into in-memory representations.
enum Decoding ErrorAn error that occurs during the decoding of a value.