ErrorHandler decorator to set imperative configuration.
The ErrorHandler options.
A class decorator function that sets the metadata using the provided options.
@ErrorHandler({ error: ['Error', 'RuntimeError'] })class MyClass { // ...} Copy
@ErrorHandler({ error: ['Error', 'RuntimeError'] })class MyClass { // ...}
ErrorHandler decorator to set imperative configuration.