public class InstallabilityError extends Object
| Constructor and Description |
|---|
InstallabilityError() |
| Modifier and Type | Method and Description |
|---|---|
List<InstallabilityErrorArgument> |
getErrorArguments()
The list of error arguments (e.g.
|
String |
getErrorId()
The error id (e.g.
|
void |
setErrorArguments(List<InstallabilityErrorArgument> errorArguments)
The list of error arguments (e.g.
|
void |
setErrorId(String errorId)
The error id (e.g.
|
public String getErrorId()
public void setErrorId(String errorId)
public List<InstallabilityErrorArgument> getErrorArguments()
public void setErrorArguments(List<InstallabilityErrorArgument> errorArguments)
Copyright © 2021 Kenan Klisura. All rights reserved.