pub const cudaErrorSymbolNotFound: cudaError = 500;
This indicates that a named symbol was not found. Examples of symbols are global/constant variable names, driver function names, texture names, and surface names.