RpcExceptionFilter
Interface describing implementation of an RPC exception filter.
interface RpcExceptionFilter<T = any, R = any> {
catch(exception: T, host: ArgumentsHost): Observable<R>
}
See also
Methods
catch() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Method to implement a custom (microservice) exception filter. |
|||||||||
Parameters
Returns
|