Constant CUDA_ERROR_INVALID_HANDLE

Source
pub const CUDA_ERROR_INVALID_HANDLE: cudaError_enum = 400;
Expand description

This indicates that a resource handle passed to the API call was not valid. Resource handles are opaque types like ::CUstream and ::CUevent.