google.golang.org/grpc.dialOptions.returnLastError (field)

4 uses

	google.golang.org/grpc (current package)
		clientconn.go#L221: 			case err == nil || !cc.dopts.returnLastError:
		clientconn.go#L333: 				if err = cc.connectionError(); err != nil && cc.dopts.returnLastError {
		dialoptions.go#L52: 	returnLastError bool
		dialoptions.go#L297: 		o.returnLastError = true