public class RemoteFunctionResponseWithErrorCode extends ResponseWithErrorCode
description, errorCode, httpStatusCode, referenceId
Constructor and Description |
---|
RemoteFunctionResponseWithErrorCode(int httpStatusCode,
String errorCode,
String description,
Iterable<RemoteFunctionMessage> messages)
Base Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessageClass() |
String |
getMessageNumber() |
getDescription, getErrorCode, getHttpStatusCode, getReferenceId
public RemoteFunctionResponseWithErrorCode(int httpStatusCode, @Nonnull String errorCode, @Nullable String description, @Nonnull Iterable<RemoteFunctionMessage> messages)
httpStatusCode
- The HTTP status code.errorCode
- The error code.description
- The response descriptionmessages
- The remote function messages.Copyright © 2020 SAP SE. All rights reserved.