##### Error Managements ##### ## For database service type ## # error.catalog.type=DB ## For database service type ## # error.catalog.type=properties error.catalog.applicationId=cds error.catalog.type=properties error.catalog.errorDefinitionDir=/opt/app/onap/config
errorCatalogException: ErrorCatalogException = httpProcessorException(ErrorCatalogCodes.ERROR_TYPE, "Error message here...")
errorCatalogException: ErrorCatalogException = grpcProcessorException(ErrorCatalogCodes.ERROR_TYPE, "Error message here...")
e = errorCatalogException.code(500) e = errorCatalogException.action("message") ...
@RestControllerAdvice("domain.here") open class ExceptionHandler(private val errorCatalogService: ErrorCatalogService) : ErrorCatalogExceptionHandler(errorCatalogService)