*What does this error mean?*

The "Cannot find symbol" errors generally occur when you try to reference 
an undeclared variable in your code. A "Cannot find symbol" error means 
that the compiler cannot do this. Your code appears to be referring to 
something that the compiler doesn't understand.

*What things can cause this error?*

The general causes for a Cannot find symbol error are things like:

   - 
   
   Incorrect spelling.
   - 
   
   Wrong case. Halo is different from halo.
   - 
   
   Improper use of acceptable identifier values (letters, numbers, 
   underscore, dollar sign), my-class is not the same as myclass.
   - 
   
   No variable declaration or variable is outside of the scope you are 
   referencing it in.
   
More about...cannot find symbol Error 
<http://net-informations.com/java/cjava/symbol.htm>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/47504fd8-dff9-4d12-95c6-9d8597177a55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to