Handles a gRPC request and provides standardized error handling. This utility function wraps a gRPC request and catches any errors that occur, logging them and returning null in case of a failure.
A function that returns a Promise representing the gRPC request.
A Promise containing the result of the gRPC request, or null if an error occurs.
Generated using TypeDoc
Handles a gRPC request and provides standardized error handling. This utility function wraps a gRPC request and catches any errors that occur, logging them and returning null in case of a failure.