SplitInstallException
public
class
SplitInstallException
extends ApiException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.google.android.gms.common.api.ApiException | |||
↳ | com.google.android.play.core.splitinstall.SplitInstallException |
An exception indicating something went wrong with the request to install a split APK.
See getErrorCode()
for the specific problem. For more information and examples, see
Handle
request errors.
Summary
Public methods | |
---|---|
int
|
getErrorCode()
Returns an error code value from |
int
|
getStatusCode()
Returns the error code resulting from the operation. |
Inherited methods | |
---|---|
Public methods
getErrorCode
public int getErrorCode ()
Returns an error code value from SplitInstallErrorCode
.
Returns | |
---|---|
int |
getStatusCode
public int getStatusCode ()
Returns the error code resulting from the operation. The value is one of the constants in
SplitInstallErrorCode
. getStatusCode() is unsupported by SplitInstallException, please
use getErrorCode() instead.
Returns | |
---|---|
int |