DecodingError
public enum DecodingError: Error
The DecodingError enum describes the types of errors that can occur while decoding.
-
Indicates that the json was unable to be decoded into the specified type.
Declaration
Swift
case decodingFailed
View on GitHub
DecodingError Enumeration Reference