public class WrongCustomizingErrorResponse extends RemoteFunctionResponseWithErrorCode
description, errorCode, httpStatusCode, referenceId
Constructor and Description |
---|
WrongCustomizingErrorResponse(String description,
String parameter,
Iterable<RemoteFunctionMessage> messages)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<String> |
getParameter()
Get optional parameter.
|
getMessageClass, getMessageNumber
getDescription, getErrorCode, getHttpStatusCode, getReferenceId
public WrongCustomizingErrorResponse(@Nullable String description, @Nullable String parameter, @Nonnull Iterable<RemoteFunctionMessage> messages)
description
- The response description.parameter
- The parameter.messages
- The remote function messages.Copyright © 2020 SAP SE. All rights reserved.