sparrow 1.0.0
|
Exception thrown by arrow_proxy operations. More...
#include <arrow_array_schema_proxy.hpp>
Public Member Functions | |
arrow_proxy_exception (const std::string &message) | |
Constructs an arrow_proxy_exception with a descriptive message. | |
Exception thrown by arrow_proxy operations.
This exception is thrown when arrow_proxy operations fail due to invalid state, ownership violations, or incompatible Arrow structures.
Definition at line 44 of file arrow_array_schema_proxy.hpp.
|
inlineexplicit |
Constructs an arrow_proxy_exception with a descriptive message.
message | Description of the error condition |
Definition at line 53 of file arrow_array_schema_proxy.hpp.