Skip to content
Snippets Groups Projects
Commit 3d4a0f24 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Updated jobs handling in compliance with specification: UWS result contains...

Updated jobs handling in compliance with specification: UWS result contains transferDetails URL and transfer negotiation is available only on transferDetails endpoint (jobInfo contains original transfer object)
parent b588d764
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ import org.springframework.web.bind.annotation.ResponseStatus;
public class InvalidArgumentException extends VoSpaceErrorSummarizableException {
public InvalidArgumentException(String message) {
super("Description: " + message, VOSpaceFaultEnum.NODE_NOT_FOUND);
super("Description: " + message, VOSpaceFaultEnum.INVALID_ARGUMENT);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment