Don't localize error messages

This commit is contained in:
Marc Rousavy
2021-03-26 15:54:27 +01:00
parent 6bc31d922e
commit 750af31a80
6 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ export interface ErrorWithCause {
*/
domain?: string;
/**
* The native error description (Localized on iOS)
* The native error description
*
* * iOS: `NSError.message`
* * Android: `Throwable.message`