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