actualMessage
Returns the most relevant error message from a Throwable.
This property prioritizes the localized message (localizedMessage
), then falls back to the general message (message
), and finally defaults to "UNKNOWN ERR" if neither is available.