|
isce3 0.25.0
|
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) | |
| CudaError (const SrcInfo &info, const cudaError_t err) | |
| CudaError (const SrcInfo &info, const cufftResult err) | |
Public Member Functions inherited from isce3::except::Error< std::runtime_error > | |
| Error (const SrcInfo &info) | |
| Error (const SrcInfo &info, std::string msg) | |
| Error (const SrcInfo &info) | |
| Error (const SrcInfo &info, std::string msg) | |
Public Attributes | |
| const T | err |
Public Attributes inherited from isce3::except::Error< std::runtime_error > | |
| const SrcInfo | info |
| const SrcInfo | info |
CudaError provide the same information as BaseError, and also retains the original error code.
1.13.2.