public class ApiError extends Object implements Serializable
| Constructor and Description |
|---|
ApiError() |
ApiError(String value,
List<String> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMessages() |
String |
getValue() |
void |
setMessages(List<String> messages) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2020 LeanIX GmbH. All rights reserved.