mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-20 07:20:12 +00:00
Display a more detailed error when attempting to resume another device's session
This commit is contained in:
@@ -13,6 +13,14 @@ public class GfeHttpResponseException extends IOException {
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
|
||||
public int getErrorCode() {
|
||||
return errorCode;
|
||||
}
|
||||
|
||||
public String getErrorMessage() {
|
||||
return errorMsg;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return "GFE error: "+errorMsg+" (Error code: "+errorCode+")";
|
||||
|
||||
Reference in New Issue
Block a user