Namespaces | Enumerations | Functions
errc.hpp File Reference
#include <cudf/utilities/export.hpp>
#include <cuda/std/cstdint>

Go to the source code of this file.

Namespaces

 cudf
 cuDF interfaces
 

Enumerations

enum class  cudf::errc : cuda::std::int8_t { SUCCESS = 0 , OVERFLOW = 1 , DIVISION_BY_ZERO = 2 }
 An enumeration of error codes that can occur during operations.
 

Functions

constexpr char const * cudf::to_string (errc error)
 Convert an errc error code to a human-readable string. More...