Interface: AdapterErrorHandlerOptions
Interface: AdapterErrorHandlerOptions
AdapterErrorHandler options.
This interface defines the AdapterErrorHandler options for marking a class as a AdapterErrorHandler.
Properties
adapterAlias?
optional adapterAlias: string;
The alias name for which the AdapterErrorHandler is used.
error
error: string | string[];
Additional configuration settings for the AdapterErrorHandler, if needed.
platform?
optional platform: string;
The platform name for which the AdapterErrorHandler is used.