| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
JSONAPIErrorItem |
JSONAPIErrorItem.detail(String detail) |
JSONAPIErrorItem |
JSONAPIErrorItem.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
JSONAPIErrorItem |
JSONAPIErrorItem.status(String status) |
JSONAPIErrorItem |
JSONAPIErrorItem.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<JSONAPIErrorItem> |
JSONAPIErrorResponse.getErrors()
A list of errors.
|
| Modifier and Type | Method and Description |
|---|---|
JSONAPIErrorResponse |
JSONAPIErrorResponse.addErrorsItem(JSONAPIErrorItem errorsItem) |
| Modifier and Type | Method and Description |
|---|---|
JSONAPIErrorResponse |
JSONAPIErrorResponse.errors(List<JSONAPIErrorItem> errors) |
void |
JSONAPIErrorResponse.setErrors(List<JSONAPIErrorItem> errors) |
| Constructor and Description |
|---|
JSONAPIErrorResponse(List<JSONAPIErrorItem> errors) |
Copyright © 2024. All rights reserved.