public abstract class ResponseWithErrorCode extends Object
Constructor and Description |
---|
ResponseWithErrorCode(int httpStatusCode,
String errorCode,
String description) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<String> |
getDescription() |
String |
getErrorCode() |
int |
getHttpStatusCode() |
String |
getReferenceId() |
Copyright © 2018 SAP SE. All rights reserved.