Features
- Add the
include
andexclude
options to pick/omit specific properties. For example, this can be used to omit error additional properties or stack trace. - Add the
transformObject(errorObject)
option to transform the error plain object during serialization - Add the
transformArgs(constructorArgs)
option to transform the error message during parsing - Add the
transformInstance(errorInstance)
option to transform the error instance during parsing