unreal.GooglePADErrorCode

class unreal.GooglePADErrorCode

Bases: EnumBase

An error code associated with Asset Pack operations.

C++ Source:

  • Plugin: GooglePAD

  • Module: GooglePAD

  • File: GooglePADFunctionLibrary.h

ASSET_PACK_ACCESS_DENIED: GooglePADErrorCode

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

The Asset Pack API is unavailable.

Type:

5

ASSET_PACK_APP_UNAVAILABLE: GooglePADErrorCode

The requesting app is unavailable.

Type:

1

ASSET_PACK_DOWNLOAD_NOT_FOUND: GooglePADErrorCode

The requested download isn’t found.

Type:

4

ASSET_PACK_INITIALIZATION_FAILED: GooglePADErrorCode

There was an error initializing the Asset Pack API.

Type:

13

ASSET_PACK_INITIALIZATION_NEEDED: GooglePADErrorCode

need to call AssetPackManager_init() first.

Type:

12

Type:

The requested operation failed

ASSET_PACK_INSUFFICIENT_STORAGE: GooglePADErrorCode

Asset Packs download failed due to insufficient storage.

Type:

8

ASSET_PACK_INTERNAL_ERROR: GooglePADErrorCode

Unknown error downloading Asset Pack.

Type:

11

ASSET_PACK_INVALID_REQUEST: GooglePADErrorCode

The request is invalid.

Type:

3

ASSET_PACK_NETWORK_ERROR: GooglePADErrorCode

Network error. Unable to obtain Asset Pack details.

Type:

6

ASSET_PACK_NETWORK_UNRESTRICTED: GooglePADErrorCode

Returned if showCellularDataConfirmation is called but no Asset Packs are waiting for Wi-Fi.

Type:

10

ASSET_PACK_NO_ERROR: GooglePADErrorCode

There was no error with the request.

Type:

0

ASSET_PACK_PLAY_STORE_NOT_FOUND: GooglePADErrorCode

The Play Store app is either not installed or not the official version.

Type:

9

ASSET_PACK_UNAVAILABLE: GooglePADErrorCode

The requested Asset Pack isn’t available for this app version.

Type:

2