Install Error
The InstallError struct is designed to simplify handling any errors encountered when managing In App Updates.
The struct contains a general error code that the google play library categories the issue as and a message describing what may have happened.
FInstallError
| Field | Type | Description |
|---|---|---|
| Code | EInstallErrorCode | The type of error encountered. |
| Message | FString | A message further describing what the issue might be. |