INCLUDE_MESSAGE_AND_CAUSE
A predefined configuration for including only the exception class, message, and the cause when handling or transforming exceptions using the DetailsConfiguration class.
This configuration excludes the stack trace and the localized message.
includeStackTrace: false (stack trace is excluded)includeMessage: true (the exception message is included)includeCause: true (cause of the exception is included)includeLocalizedMessage: false (the localized exception message is excluded)