public final class InstallationError extends Request
Modifier and Type | Class and Description |
---|---|
static class |
InstallationError.Builder |
Modifier and Type | Method and Description |
---|---|
static InstallationError.Builder |
builder() |
boolean |
equals(Object o) |
PackageError |
getError()
Get error
|
String |
getPackageId()
Unique package identifier for a client.
|
String |
getVersion()
Current version of the package trying to be installed/updated on the device.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static InstallationError.Builder builder()
public String getPackageId()
public String getVersion()
public PackageError getError()
Copyright © 2023. All rights reserved.