Interface IResourceItemResolutionErrorProviding
- All Known Subinterfaces:
 IResolvedFileList,IResolvedResourceItem
- All Known Implementing Classes:
 ResolvedFileList,ResolvedResourceItem
public interface IResourceItemResolutionErrorProviding
Common interface for both the resolved file list and each resolved resource item, which both provide access to the
 errors that occurred.
- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 
- 
Method Summary
 
- 
Method Details
- 
getErrors
- Returns:
 - All errors that occurred during the resource item's resolution.
 
 - 
getErrors
- Parameters:
 type- Type of errors to retrieve.- Returns:
 - A list with all errors of the given type.
 
 - 
getErrorsAttachmentFilterDoesNotMatch
@Nonnull default List<AFileListResolutionError.AttachmentQueryDoesNotMatch> getErrorsAttachmentFilterDoesNotMatch()- Returns:
 - All errors of type 
EResourceItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCH. 
 - 
getErrorsCannotProcessFileList
@Nonnull default List<AFileListResolutionError.CannotProcessFileList> getErrorsCannotProcessFileList()- Returns:
 - All errors of type 
EResourceItemResolutionError.CANNOT_PROCESS_FILE_LIST. 
 - 
getErrorsCannotProcessResourceItem
@Nonnull default List<AFileListResolutionError.CannotProcessResourceItem> getErrorsCannotProcessResourceItem()- Returns:
 - All errors of type 
EResourceItemResolutionError.CANNOT_PROCESS_RESOURCE_ITEM. 
 - 
getErrorsClientFileDoesNotExist
@Nonnull default List<AFileListResolutionError.ClientFileDoesNotExist> getErrorsClientFileDoesNotExist()- Returns:
 - All errors of type 
EResourceItemResolutionError.CLIENT_FILE_DOES_NOT_EXIST. 
 - 
getErrorsDatabaseError
- Returns:
 - All errors of type 
EResourceItemResolutionError.DATABASE_ERROR. 
 - 
getErrorsExternalUrlCannotBeRead
@Nonnull default List<AFileListResolutionError.ExternalUrlCannotBeRead> getErrorsExternalUrlCannotBeRead()- Returns:
 - All errors of type 
EResourceItemResolutionError.EXTERNAL_URL_CANNOT_BE_READ. 
 - 
getErrorsExternalUrlIsSyntacticallyInvalid
@Nonnull default List<AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid> getErrorsExternalUrlIsSyntacticallyInvalid()- Returns:
 - All errors of type 
EResourceItemResolutionError.EXTERNAL_URL_IS_SYNTACTICALLY_INVALID. 
 - 
getErrorsFileCountReducedTozeroByFilterOptions
@Nonnull default List<AFileListResolutionError.FileCountReducedToZeroByFilter> getErrorsFileCountReducedTozeroByFilterOptions()- Returns:
 - All errors of type 
EResourceItemResolutionError.FILE_COUNT_REDUCED_TO_ZERO_BY_FILTER_OPTIONS. 
 - 
getErrorsFileSystemError
- Returns:
 - All errors of type 
EResourceItemResolutionError.FILE_SYSTEM_ERROR. 
 - 
getErrorsFormFileDoesNotExist
@Nonnull default List<AFileListResolutionError.FormFileDoesNotExist> getErrorsFormFileDoesNotExist()- Returns:
 - All errors of type 
EResourceItemResolutionError.FORM_FILE_DOES_NOT_EXIST. 
 - 
getErrorsNodeDoesNotExist
- Returns:
 - All errors of type 
EResourceItemResolutionError.NODE_DOES_NOT_EXIST. 
 - 
getErrorsNodeDoesNotProvideFiles
@Nonnull default List<AFileListResolutionError.NodeDoesNotProvideFiles> getErrorsNodeDoesNotProvideFiles()- Returns:
 - All errors of type 
EResourceItemResolutionError.NODE_DOES_NOT_PROVIDE_FILES. 
 - 
getErrorsNodeNotExecuted
- Returns:
 - All errors of type 
EResourceItemResolutionError.NODE_NOT_EXECUTED. 
 - 
getErrorsUploadFieldDoesNotExist
@Nonnull default List<AFileListResolutionError.UploadFieldDoesNotExist> getErrorsUploadFieldDoesNotExist()- Returns:
 - All errors of type 
EResourceItemResolutionError.UPLOAD_FIELD_DOES_NOT_EXIST. 
 - 
getErrorsUploadFieldDoesNotProvideFiles
@Nonnull default List<AFileListResolutionError.UploadFieldDoesNotProvideFiles> getErrorsUploadFieldDoesNotProvideFiles()- Returns:
 - All errors of type 
EResourceItemResolutionError.UPLOAD_FIELD_DOES_NOT_PROVIDE_FILES. 
 - 
isHasError
- Parameters:
 type- Type to check.- Returns:
 trueif at least one error of the given type exists.
 
 -