Non-localized error description in ClientException #1442
Labels
package:cupertino_http
Issues related to package:cupertino_http
type-enhancement
A request for a change that isn't a bug
Hey guys this is rather a question than a feature request.
The problem im facing is that some
ClientException
errors sent to my crash reporting tool are unreadable and hard to group because they contain localized messages.For instance, I see
ClientException: Неможливо встановити з’єднання для передавання даних, бо триває виклик
as an error message and i have no idea what it means.By taking a quick look at
cupertino_client.dart
i could find how aClientException
is constructed usingNSError.localizedDescription
so my question is: is it possible to use a non-localized description instead?
The text was updated successfully, but these errors were encountered: