Mitch528 / react-native-grpc

gRPC for react-native
MIT License
38 stars 10 forks source link

Handle grpc headers in error path. #13

Open vicentsegui opened 6 months ago

vicentsegui commented 6 months ago

Right now the grpc headers are ignored but they contain useful information even for grpc errors. This change augments the error with a headers field and fills it in with the grpc headers if they are available. The current change is only for UnaryCalls.