You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

JSONDecodingError


ENUM

JSONDecodingError

Swift
1public enum JSONDecodingError: Error, LocalizedError

Cases

missingValue

Swift
1case missingValue

nullValue

Swift
1case nullValue

wrongType

Swift
1case wrongType

couldNotConvert(value:to:)

Swift
1case couldNotConvert(value: Any, to: Any.Type)

Properties

errorDescription

Swift
1public var errorDescription: String?
Feedback

Edit on GitHub

Forums