public interface DetailedResponse extends ServiceResponse
ServiceResponse
based on the HTML service representationModifier and Type | Method and Description |
---|---|
long |
getDuration()
Server-side duration in milliseconds for a successful execution.
|
List<String> |
getProgressErrors()
Lists the progress errors.
|
List<String> |
getStackTrace()
Lists the stack trace elements returned by the service if the request was unsuccessful.
|
boolean |
hasErrors()
Convenience method indicating that the operation did not complete perfectly
|
getMessage, isSuccess
long getDuration()
-1L
if not successful or not provided.boolean hasErrors()
List<String> getProgressErrors()
Copyright © 2013-2017. All Rights Reserved.