mobile: broker error type (#1475)

* mobile: broker error type

* fix

* ios: update libraries

* change AgentErrorType to String
This commit is contained in:
Evgeny Poberezkin
2022-12-03 18:05:32 +00:00
committed by GitHub
parent c43ba7bf23
commit e44e9a0940
17 changed files with 39 additions and 30 deletions
@@ -61,7 +61,7 @@
<!-- API Error Responses - SimpleXAPI.kt -->
<string name="connection_timeout">Connection timeout</string>
<string name="connection_error">Connection error</string>
<string name="network_error_desc">Please check your network connection and try again.</string>
<string name="network_error_desc">Please check your network connection with <xliff:g id="serverHost" example="smp.simplex.im">%1$s</xliff:g> and try again.</string>
<string name="error_sending_message">Error sending message</string>
<string name="error_adding_members">Error adding member(s)</string>
<string name="error_joining_group">Error joining group</string>