Interface AnnotationReadErrorResult
public interface AnnotationReadErrorResult
Represents an error included in the response of read operations provided by
AnnotationService
.-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-readable message about the error.getType()
Returns a general type associated with the error.
-
Method Details
-
getMessage
String getMessage()Returns a human-readable message about the error.- Returns:
- a human-readable message about the error
-
getType
AnnotationReadErrorType getType()Returns a general type associated with the error. For example,DOCUMENT_NOT_FOUND
.- Returns:
- the general type associated with the error
-