mohsenbostan / nestjs-grpc-exceptions

NestJS gRPC Exceptions Library ⚡️
MIT License
31 stars 11 forks source link

fix(interceptor): fix rpc exception message in http to grpc interceptor #15

Open rajibkuet07 opened 1 month ago

rajibkuet07 commented 1 month ago

Handles all sorts of http exceptions from rpc client. No need to use extra try catch for parse error in grpc to http interceptor.

Refs: #13 Refs: #14