Class ErrorResponseDto
java.lang.Object
io.camunda.optimize.dto.optimize.rest.ErrorResponseDto
- Direct Known Subclasses:
AlertEmailValidationResponseDto,ConflictResponseDto,DefinitionExceptionResponseDto,ImportedIndexMismatchResponseDto,ValidationErrorResponseDto
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionErrorResponseDto(String errorMessage) ErrorResponseDto(String errorCode, String errorMessage) ErrorResponseDto(String errorCode, String errorMessage, String detailedMessage) ErrorResponseDto(String errorCode, String errorMessage, String detailedMessage, AuthorizedReportDefinitionResponseDto reportDefinition) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetDetailedMessage(String detailedMessage) voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetReportDefinition(AuthorizedReportDefinitionResponseDto reportDefinition) toString()
-
Constructor Details
-
ErrorResponseDto
public ErrorResponseDto() -
ErrorResponseDto
public ErrorResponseDto(String errorCode, String errorMessage, String detailedMessage, AuthorizedReportDefinitionResponseDto reportDefinition) -
ErrorResponseDto
-
ErrorResponseDto
-
ErrorResponseDto
-
-
Method Details