Skip to main content

Module error

Module error 

Source
Expand description

Custom error types for thrust.

This module provides a unified error type for all thrust operations, replacing generic Box<dyn std::error::Error> with a concrete enum that enables better error handling, logging, and debugging.

Enumsยง

ThrustError
A unified error type for thrust operations.