Interface FetchResponse

All Known Subinterfaces:
FileFetchResponse, FolderPathsFetchResponse, WebFetchResponse
All Known Implementing Classes:
AggregatedFetchResponse, AggregatedFileFetchResponse, AggregatedFolderPathsResponse, AggregatedWebFetchResponse, GenericFileFetchResponse, GenericFolderPathsFetchResponse, HttpClientFetchResponse

public interface FetchResponse
  • Method Details

    • getProcessingOutcome

      ProcessingOutcome getProcessingOutcome()
    • getStatusCode

      int getStatusCode()
    • getReasonPhrase

      String getReasonPhrase()
    • getException

      Exception getException()