public class NotImplementedResponse extends RemoteFunctionResponseWithErrorCode
Modifier and Type | Field and Description |
---|---|
static String |
NOT_IMPLEMENTED
Error code.
|
description, errorCode, httpStatusCode, referenceId
Constructor and Description |
---|
NotImplementedResponse(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 static final String NOT_IMPLEMENTED
Copyright © 2020 SAP SE. All rights reserved.