INCLUDE_NOTHING
A predefined configuration for including only the exception class 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: false (the exception message is excluded)includeCause: false (cause of the exception is excluded)includeLocalizedMessage: false (the localized exception message is excluded)