| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorExtended |
ErrorExtended.additionalInfo(String additionalInfo) |
ErrorExtended |
ErrorExtended.code(String code) |
ErrorExtended |
ErrorExtended.extraData(Map<String,String> extraData) |
static ErrorExtended |
ErrorExtended.fromJson(String jsonString)
Create an instance of ErrorExtended given an JSON string
|
ErrorExtended |
PlanErrorResponse.getError()
Get error
|
ErrorExtended |
ErrorExtended.message(String message) |
ErrorExtended |
ErrorExtended.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ErrorExtended |
ErrorExtended.putExtraDataItem(String key,
String extraDataItem) |
| Modifier and Type | Method and Description |
|---|---|
PlanErrorResponse |
PlanErrorResponse.error(ErrorExtended error) |
void |
PlanErrorResponse.setError(ErrorExtended error) |
Copyright © 2023. All rights reserved.