unreal.GooglePADErrorCode

class unreal.GooglePADErrorCode

Bases: unreal.EnumBase

An error code associated with Asset Pack operations.

C++ Source:

  • Plugin: GooglePAD

  • Module: GooglePAD

  • File: GooglePADFunctionLibrary.h

ASSET_PACK_ACCESS_DENIED

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

The Asset Pack API is unavailable.

Type

5

ASSET_PACK_APP_UNAVAILABLE

The requesting app is unavailable.

Type

1

ASSET_PACK_DOWNLOAD_NOT_FOUND

The requested download isn’t found.

Type

4

ASSET_PACK_INITIALIZATION_FAILED

There was an error initializing the Asset Pack API.

Type

13

ASSET_PACK_INITIALIZATION_NEEDED

need to call AssetPackManager_init() first.

Type

12

Type

The requested operation failed

ASSET_PACK_INSUFFICIENT_STORAGE

Asset Packs download failed due to insufficient storage.

Type

8

ASSET_PACK_INTERNAL_ERROR

Unknown error downloading Asset Pack.

Type

11

ASSET_PACK_INVALID_REQUEST

The request is invalid.

Type

3

ASSET_PACK_NETWORK_ERROR

Network error. Unable to obtain Asset Pack details.

Type

6

ASSET_PACK_NETWORK_UNRESTRICTED

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

Type

10

ASSET_PACK_NO_ERROR

There was no error with the request.

Type

0

ASSET_PACK_PLAY_STORE_NOT_FOUND

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

Type

9

ASSET_PACK_UNAVAILABLE

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

Type

2