You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the argument passed to BaseError.parse(value) is not an error object, it is not converted to one anymore. Also, if it is an unknown error, it is not normalized anymore.
If an error class uses custom option and a constructor is defined, that constructor is not called anymore. However, any property previously set by that constructor is still preserved, providing it is serializable and enumerable.
The serialization format has changed: instead of serializing the constructor arguments as constructorArgs, the plugins options are now serialized as pluginsOpts. Those properties are undocumented and mostly internal.