public class RepositoryErrors extends BaseCategory
Constructor and Description |
---|
RepositoryErrors() |
Modifier and Type | Method and Description |
---|---|
PruningConfigurationNotFoundBuilder |
pruningConfigurationNotFound()
Error thrown due to missing pruning.properties file in resources.
|
UnableToCreateDumpBuilder |
unableToCreateDump()
Error thrown when it is not possible to create a log dump for given scenario execution.
|
getCategoryName
@Error(userMessage="Pruning setting will not be changed due to error.", technicalMessage="Pruning configuration file has not been found.", solution="Report it.", severity=ERROR) public PruningConfigurationNotFoundBuilder pruningConfigurationNotFound()
@Error(userMessage="Unable to create dump due to invalid file path.", technicalMessage="Unable to create database dump for %{entity} due to IOException.", solution="Report it.", severity=ERROR) public UnableToCreateDumpBuilder unableToCreateDump()
Copyright © 2020. All rights reserved.