Package org.example.crmedu.application.dto.error
package org.example.crmedu.application.dto.error
Contains DTOs related to error handling in the application.
The SystemError
class represents generic system errors that may occur during execution. The ValidationErrorResponse
class provides structured
responses for validation failures. The Violation
class encapsulates details about specific constraint violations in user input.
-
ClassesClassDescriptionRepresents an error response containing the message and stack trace of an exception.Represents an error response containing a list of validation violations.Represents a single validation violation.