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
I get the following error when I tired decoding
Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "_id", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: "_id", intValue: nil) ("_id").", underlyingError: nil)):
The text was updated successfully, but these errors were encountered:
Late to respond here, but you have a decoding error. Could you provide the input that you are using and the Decodable struct you are defining to match that data?
I get the following error when I tired decoding
Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "_id", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: "_id", intValue: nil) ("_id").", underlyingError: nil)):
The text was updated successfully, but these errors were encountered: