Filter
Introduction
Methods
Method
Return Type
Description
Example Usage
const error = new ErrorEnhanced([
// ...other enhancers
new FilterUtility()
]);
// Filtering unused properties
error.filterUnused();
// Now the error object will only contain relevant data