public class DefaultRestErrorResponse extends Object
| Constructor and Description |
|---|
DefaultRestErrorResponse()
No arg constructor is required for marshalling
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getMessage() |
void |
setErrorCode(String errorCode) |
void |
setMessage(String message) |
String |
toString() |
Copyright © 2018 WSO2. All rights reserved.