Interface UwsJobInfo.Error
- Enclosing interface:
UwsJobInfo
public static interface UwsJobInfo.Error
Represents error information associated with a UWS job.
- Since:
- 4 May 2011
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionReturns the error message.booleanIndicates whether a more detailed error message is available.booleanisFatal()Indicates whether this error is fatal.
-
Method Details
-
isFatal
boolean isFatal()Indicates whether this error is fatal.- Returns:
- true iff fatal
-
hasDetail
boolean hasDetail()Indicates whether a more detailed error message is available. If so it can be found at the jobid/error endpoint.- Returns:
- true iff detail is available
-
getMessage
-