Package | Description |
---|---|
org.ballerinalang.composer.service.workspace.model |
Modifier and Type | Method and Description |
---|---|
ErrorListItem |
ErrorListItem.code(String code) |
ErrorListItem |
ErrorListItem.message(String message) |
Modifier and Type | Method and Description |
---|---|
List<ErrorListItem> |
Error.getError()
If there are more than one error list them out.
|
Modifier and Type | Method and Description |
---|---|
Error |
Error.addErrorItem(ErrorListItem errorItem) |
Modifier and Type | Method and Description |
---|---|
Error |
Error.error(List<ErrorListItem> error) |
void |
Error.setError(List<ErrorListItem> error) |
Copyright © 2017 WSO2. All rights reserved.