unreal.GooglePADErrorCode¶
- class unreal.GooglePADErrorCode¶
Bases:
EnumBaseAn error code associated with Asset Pack operations.
C++ Source:
Plugin: GooglePAD
Module: GooglePAD
File: GooglePADFunctionLibrary.h
- ASSET_PACK_ACCESS_DENIED: GooglePADErrorCode = Ellipsis¶
Download not permitted under current device circumstances, e.g. app in background or device not signed into a Google account.
- Type:
7
- ASSET_PACK_API_NOT_AVAILABLE: GooglePADErrorCode = Ellipsis¶
The Asset Pack API is unavailable.
- Type:
5
- ASSET_PACK_APP_NOT_OWNED: GooglePADErrorCode = Ellipsis¶
The app isn’t owned by any user on this device. An app is “owned” if it has been acquired from the Play Store.
- Type:
14
- ASSET_PACK_APP_UNAVAILABLE: GooglePADErrorCode = Ellipsis¶
The requesting app is unavailable.
- Type:
1
- ASSET_PACK_CONFIRMATION_NOT_REQUIRED: GooglePADErrorCode = Ellipsis¶
Returned if showConfirmationDialog is called but no asset packs are waiting for user confirmation.
- Type:
15
- ASSET_PACK_DOWNLOAD_NOT_FOUND: GooglePADErrorCode = Ellipsis¶
The requested download isn’t found.
- Type:
4
- ASSET_PACK_INITIALIZATION_FAILED: GooglePADErrorCode = Ellipsis¶
There was an error initializing the Asset Pack API.
- Type:
13
- ASSET_PACK_INITIALIZATION_NEEDED: GooglePADErrorCode = Ellipsis¶
need to call AssetPackManager_init() first.
- Type:
12
- Type:
The requested operation failed
- ASSET_PACK_INSUFFICIENT_STORAGE: GooglePADErrorCode = Ellipsis¶
Asset Packs download failed due to insufficient storage.
- Type:
8
- ASSET_PACK_INTERNAL_ERROR: GooglePADErrorCode = Ellipsis¶
Unknown error downloading Asset Pack.
- Type:
11
- ASSET_PACK_INVALID_REQUEST: GooglePADErrorCode = Ellipsis¶
The request is invalid.
- Type:
3
- ASSET_PACK_NETWORK_ERROR: GooglePADErrorCode = Ellipsis¶
Network error. Unable to obtain Asset Pack details.
- Type:
6
- ASSET_PACK_NETWORK_UNRESTRICTED: GooglePADErrorCode = Ellipsis¶
Returned if showCellularDataConfirmation is called but no Asset Packs are waiting for Wi-Fi.
- Type:
10
- ASSET_PACK_NO_ERROR: GooglePADErrorCode = Ellipsis¶
There was no error with the request.
- Type:
0
- ASSET_PACK_PLAY_STORE_NOT_FOUND: GooglePADErrorCode = Ellipsis¶
The Play Store app is either not installed or not the official version.
- Type:
9
- ASSET_PACK_UNAVAILABLE: GooglePADErrorCode = Ellipsis¶
The requested Asset Pack isn’t available for this app version.
- Type:
2
- ASSET_PACK_UNRECOGNIZED_INSTALLATION: GooglePADErrorCode = Ellipsis¶
Returned if the app was not installed by Play.
- Type:
16