Navigation
API > API/Plugins > API/Plugins/GooglePAD
An error code associated with Asset Pack operations.
| Name | EGooglePADErrorCode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GooglePAD/Source/GooglePAD/Classes/GooglePADFunctionLibrary.h |
| Include Path | #include "GooglePADFunctionLibrary.h" |
Syntax
enum EGooglePADErrorCode
{
AssetPack_NO_ERROR = 0,
AssetPack_APP_UNAVAILABLE,
AssetPack_UNAVAILABLE,
AssetPack_INVALID_REQUEST,
AssetPack_DOWNLOAD_NOT_FOUND,
AssetPack_API_NOT_AVAILABLE,
AssetPack_NETWORK_ERROR,
AssetPack_ACCESS_DENIED,
AssetPack_INSUFFICIENT_STORAGE,
AssetPack_PLAY_STORE_NOT_FOUND,
AssetPack_NETWORK_UNRESTRICTED,
AssetPack_INTERNAL_ERROR,
AssetPack_INITIALIZATION_NEEDED,
AssetPack_INITIALIZATION_FAILED,
AssetPack_APP_NOT_OWNED,
AssetPack_CONFIRMATION_NOT_REQUIRED,
AssetPack_UNRECOGNIZED_INSTALLATION,
}
Values
| Name | Remarks |
|---|---|
| AssetPack_NO_ERROR | There was no error with the request. |
| AssetPack_APP_UNAVAILABLE | The requesting app is unavailable. |
| AssetPack_UNAVAILABLE | The requested Asset Pack isn't available for this app version. |
| AssetPack_INVALID_REQUEST | The request is invalid. |
| AssetPack_DOWNLOAD_NOT_FOUND | The requested download isn't found. |
| AssetPack_API_NOT_AVAILABLE | The Asset Pack API is unavailable. |
| AssetPack_NETWORK_ERROR | Network error. Unable to obtain Asset Pack details. |
| AssetPack_ACCESS_DENIED | Download not permitted under current device circumstances, e.g. app in background or device not signed into a Google account. |
| AssetPack_INSUFFICIENT_STORAGE | Asset Packs download failed due to insufficient storage. |
| AssetPack_PLAY_STORE_NOT_FOUND | The Play Store app is either not installed or not the official version. |
| AssetPack_NETWORK_UNRESTRICTED | Returned if showCellularDataConfirmation is called but no Asset Packs are waiting for Wi-Fi. |
| AssetPack_INTERNAL_ERROR | Unknown error downloading Asset Pack. |
| AssetPack_INITIALIZATION_NEEDED | The requested operation failed: need to call AssetPackManager_init() first. |
| AssetPack_INITIALIZATION_FAILED | There was an error initializing the Asset Pack API. |
| AssetPack_APP_NOT_OWNED | The app isn't owned by any user on this device. An app is "owned" if it has been acquired from the Play Store. |
| AssetPack_CONFIRMATION_NOT_REQUIRED | Returned if showConfirmationDialog is called but no asset packs are waiting for user confirmation. |
| AssetPack_UNRECOGNIZED_INSTALLATION | Returned if the app was not installed by Play. |