public class GenericRemoteFunctionErrorResponse extends RemoteFunctionResponseWithErrorCode
description, errorCode, httpStatusCode, referenceId
Constructor and Description |
---|
GenericRemoteFunctionErrorResponse(String description,
Iterable<RemoteFunctionMessage> messages)
Constructor.
|
getMessageClass, getMessageNumber
getDescription, getErrorCode, getHttpStatusCode, getReferenceId
public GenericRemoteFunctionErrorResponse(@Nullable String description, @Nonnull Iterable<RemoteFunctionMessage> messages)
description
- The response description.messages
- The remote function messages.Copyright © 2020 SAP SE. All rights reserved.