public class ErrorDTO extends Object
Constructor and Description |
---|
ErrorDTO(String application,
String errorCategory,
String errorType,
String impact,
String logLevel,
String solution,
String technicalMessage,
String userMessage)
DTO holding relevant data regarding an error for the user
|
Modifier and Type | Method and Description |
---|---|
String |
getApplication() |
String |
getErrorCategory() |
String |
getErrorType() |
String |
getImpact() |
String |
getLogLevel() |
String |
getSolution() |
String |
getTechnicalMessage() |
String |
getUserMessage() |
public ErrorDTO(String application, String errorCategory, String errorType, String impact, String logLevel, String solution, String technicalMessage, String userMessage)
application
- Name of the application from which the logs was emittederrorCategory
- Name of the error categoryerrorType
- Name of the error typeimpact
- Impact on the data lineagelogLevel
- Severity of the errorsolution
- Solution to the errortechnicalMessage
- Technical error messageuserMessage
- User error messagepublic String getApplication()
public String getErrorCategory()
public String getErrorType()
public String getImpact()
public String getLogLevel()
public String getSolution()
public String getTechnicalMessage()
public String getUserMessage()
Copyright © 2020. All rights reserved.