AssetPackException
public
class
AssetPackException
extends ApiException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.google.android.gms.common.api.ApiException | |||
↳ | com.google.android.play.core.assetpacks.AssetPackException |
An exception indicating something went wrong with the Asset Delivery API.
See getErrorCode()
for the specific problem.
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 AssetPackErrorCode
.
Returns | |
---|---|
int |
getStatusCode
public int getStatusCode ()
Returns the error code resulting from the operation. The value is one of the constants in
AssetPackErrorCode
. getStatusCode() is unsupported by AssetPackException, please use
getErrorCode() instead.
Returns | |
---|---|
int |