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 remember that 2.0 has key information in error message right?
like if let id:String = map["id"], but map["id"] is nil,
the message will have the key id in it.
It would be better for debugging with the key information.
The text was updated successfully, but these errors were encountered:
I remember that 2.0 has key information in error message right?
like if
let id:String = map["id"]
, butmap["id"]
is nil,the message will have the key
id
in it.It would be better for debugging with the key information.
The text was updated successfully, but these errors were encountered: