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
throwEncodingError.invalidValue(value,EncodingError.Context(codingPath:[], debugDescription:"Unable to encode the given top-level value to JSON.", underlyingError: error))
234
+
throwEncodingError.invalidValue(value,
235
+
EncodingError.Context(codingPath:[], debugDescription:"Unable to encode the given top-level value to JSON.", underlyingError: error))
throwEncodingError.invalidValue(value,EncodingError.Context(codingPath:[], debugDescription:"Unable to encode the given top-level value as a property list", underlyingError: error))
71
+
throwEncodingError.invalidValue(value,
72
+
EncodingError.Context(codingPath:[], debugDescription:"Unable to encode the given top-level value as a property list", underlyingError: error))
0 commit comments