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() |
public com.google.common.base.Optional<String> getDescription()
@Generated(value="lombok") public int getHttpStatusCode()
@Generated(value="lombok") public String getErrorCode()
@Generated(value="lombok") public String getReferenceId()
Copyright © 2017 SAP SE. All rights reserved.