### Describe the bug E.g. it's impossible to run Zod validations on client because in the new versions Zod reimplemented errors and using calculable message property now. ### Reproduction Throw an object inherited from Error and with `message` field defined as getter property. ### Logs ```shell TypeError: Cannot redefine property: message at defineProperty (<anonymous>) at handle_error (.../node_modules/.vite/deps/...) ``` ### System Info ```shell - ``` ### Severity blocking all usage of svelte