DetailsConfiguration
data class DetailsConfiguration(val includeStackTrace: Boolean = true, val includeMessage: Boolean = true, val includeCause: Boolean = true, val includeLocalizedMessage: Boolean = true)
Represents the configuration options for including various details when handling or transforming exceptions in the WrappedException class. Exception Class can't be excluded
Properties
Link copied to clipboard
Indicates whether the cause of the exception should be included.
Link copied to clipboard
Indicates whether the localized exception message should be included.
Link copied to clipboard
Indicates whether the exception message should be included.
Link copied to clipboard
Indicates whether the stack trace should be included.