File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
java/com/geeksville/mesh/model Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ fun getStringResFrom(routingError: Int): Int = when (routingError) {
42
42
Routing .Error .PKI_UNKNOWN_PUBKEY_VALUE -> R .string.routing_error_pki_unknown_pubkey
43
43
Routing .Error .ADMIN_BAD_SESSION_KEY_VALUE -> R .string.routing_error_admin_bad_session_key
44
44
Routing .Error .ADMIN_PUBLIC_KEY_UNAUTHORIZED_VALUE -> R .string.routing_error_admin_public_key_unauthorized
45
+ Routing .Error .RATE_LIMIT_EXCEEDED_VALUE -> R .string.routing_error_rate_limit_exceeded
45
46
else -> R .string.unrecognized
46
47
}
47
48
Original file line number Diff line number Diff line change 791
791
<string name =" message_input_label" >Message</string >
792
792
<string name =" type_a_message" >Type a message</string >
793
793
794
+ <string name =" routing_error_rate_limit_exceeded" >Rate Limit Exceeded. Please try again later.</string >
794
795
</resources >
You can’t perform that action at this time.
0 commit comments