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