You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwDecodingError.keyNotFound(key,DecodingError.Context(codingPath: codingPath, debugDescription:"Coding key \(key) has an invalid integer value \(intValue)"))
throwDecodingError.keyNotFound(key,DecodingError.Context(codingPath: codingPath, debugDescription:"Coding key \(key) has an invalid integer value \(intValue)"))
200
+
}else{
201
+
throwDecodingError.keyNotFound(key,DecodingError.Context(codingPath: codingPath, debugDescription:"Coding key \(key) has no integer value"))
throwEncodingError.invalidValue(value,EncodingError.Context(codingPath: codingPath, debugDescription:"Coding key \(key) has an invalid integer value \(intValue)"))
throwEncodingError.invalidValue(value,EncodingError.Context(codingPath: codingPath, debugDescription:"Coding key \(key) has an invalid integer value \(intValue)"))
141
+
}else{
142
+
throwEncodingError.invalidValue(value,EncodingError.Context(codingPath: codingPath, debugDescription:"Coding key \(key) has no integer value"))
0 commit comments