|
|
|
|
598
|
} catch (ClassCastException ex) {
|
598
|
} catch (ClassCastException ex) {
|
599
|
// unexpected response type
|
599
|
// unexpected response type
|
600
|
if (responseBody != null) {
|
600
|
if (responseBody != null) {
|
601
|
- callback.invoke("Unexpected FileStorage response file: " + responseBody.string(), null);
|
|
|
|
|
601
|
+ callback.invoke("Unexpected FileStorage response file: " + responseBody.body().string(), null);
|
602
|
} else {
|
602
|
} else {
|
603
|
callback.invoke("Unexpected FileStorage response with no file.", null);
|
603
|
callback.invoke("Unexpected FileStorage response with no file.", null);
|
604
|
}
|
604
|
}
|