CudaError provide the same information as BaseError, and also retains the original error code. More...
#include <Error.h>
Public Member Functions | |
CudaError (const SrcInfo &info, const T err) | |
template<> | |
CudaError (const SrcInfo &info, const cudaError_t err) | |
template<> | |
CudaError (const SrcInfo &info, const cufftResult err) | |
Public Member Functions inherited from isce3::except::Error< T > | |
Error (const SrcInfo &info) | |
Error (const SrcInfo &info, std::string msg) | |
Public Attributes | |
const T | err |
Public Attributes inherited from isce3::except::Error< T > | |
const SrcInfo | info |
CudaError provide the same information as BaseError, and also retains the original error code.