Package com.veeva.vault.sdk.api.file
Interface PositionalFileReferenceError
- All Superinterfaces:
PositionalResult
Represents an error encountered during a
FileReferenceReadOperation.-
Method Summary
Modifier and TypeMethodDescriptiongetError()Retrieves theFileReferenceErrorTypeencountered when readingFileReferences.Retrieves the message describing the error encountered when readingFileReferences.Methods inherited from interface com.veeva.vault.sdk.api.core.PositionalResult
getInputPosition
-
Method Details
-
getError
FileReferenceErrorType getError()Retrieves theFileReferenceErrorTypeencountered when readingFileReferences.- Returns:
- the error type
-
getMessage
String getMessage()Retrieves the message describing the error encountered when readingFileReferences.- Returns:
- the error message
-