DecodeJSONDataError
open class DecodeJSONDataError : Error
Error while decoding JSON data
-
Context
Declaration
Swift
public let context: String -
Decode error
Declaration
Swift
public let error: Error -
Initialize with context description and decode error
Declaration
Swift
public init(context: String, error: Error)Parameters
contextContext description
errorDecode error
-
Human readable description
Declaration
Swift
public var localizedDescription: String { get }
View on GitHub
DecodeJSONDataError Class Reference