We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5cdc7 commit 0cac043Copy full SHA for 0cac043
app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt
@@ -244,7 +244,7 @@ class MainActivity : AppCompatActivity() {
244
stopRecognizeAnimation()
245
246
var message = e.message + ": " + e.details
247
- if (e.code == 0) {
+ if (e.httpCode == 0) {
248
message = "Check ClientId and ClientSecret in ApiClient $message"
249
}
250
showErrorMessage(message)
@@ -289,7 +289,7 @@ class MainActivity : AppCompatActivity() {
289
} catch (e: ApiException) {
290
runOnUiThread {
291
292
293
294
295
0 commit comments