pub const cudaErrorDuplicateVariableName: cudaError = 43;
This indicates that multiple global or constant variables (across separate CUDA source files in the application) share the same string name.