ably / ably-cocoa

iOS, tvOS and macOS Objective-C and Swift client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
46 stars 25 forks source link

[ECO-4874] Replaced all occurences of checking error message #1957

Closed maratal closed 3 months ago

maratal commented 3 months ago

Replaced all occurences of checking error message instead of error code (or removed where the error code check was already presented) except places where error is locally generated (since it doesn't contain proper error code - 0 usually).

Closes #1946

lawrence-forooghian commented 3 months ago

To check I’ve understood — the error messages that you've removed the checks for are all ones that are generated by the server?

maratal commented 3 months ago

To check I’ve understood — the error messages that you've removed the checks for are all ones that are generated by the server?

correct

owenpearson commented 3 months ago

@maratal found some more here as well:

maratal commented 3 months ago

Thanks @owenpearson I was looking for error.message but there are also description, localizedDescription, reason.message and error?.message! 🤦‍♂️