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