Navigation
API > API/Plugins > API/Plugins/GooglePAD
References
Module | GooglePAD |
Header | /Engine/Plugins/Runtime/GooglePAD/Source/GooglePAD/Classes/GooglePADFunctionLibrary.h |
Include | #include "GooglePADFunctionLibrary.h" |
Syntax
enum EGooglePADErrorCode
&123;
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,
&125;
Values
Name | Description |
---|---|
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. |
Remarks
An error code associated with Asset Pack operations.