SplitInstallException
public
class
SplitInstallException
extends RuntimeException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | 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 |
Inherited methods | |
---|---|
![]()
java.lang.Throwable
| |
![]()
java.lang.Object
|
Public methods
getErrorCode
int getErrorCode ()
Returns an error code value from SplitInstallErrorCode
.
Returns | |
---|---|
int |