public class ErrorListItemDTO extends Object
| Constructor and Description |
|---|
ErrorListItemDTO() |
ErrorListItemDTO(Long code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCode()
Gets the error code.
|
String |
getMessage()
Description about individual errors occurred
|
void |
setCode(Long code) |
void |
setMessage(String message) |
String |
toString() |
Copyright © 2018 WSO2. All rights reserved.