| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api.v2.dto |
| Modifier and Type | Method and Description |
|---|---|
ErrorListItemDTO |
ErrorListItemDTO.code(String code) |
ErrorListItemDTO |
ErrorListItemDTO.message(String message) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorListItemDTO> |
ErrorDTO.getError()
If there are more than one error list them out.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorDTO |
ErrorDTO.addErrorItem(ErrorListItemDTO errorItem) |
| Modifier and Type | Method and Description |
|---|---|
ErrorDTO |
ErrorDTO.error(List<ErrorListItemDTO> error) |
void |
ErrorDTO.setError(List<ErrorListItemDTO> error) |
Copyright © 2021 WSO2 Inc. All rights reserved.