Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The result type returned by opendal_operator_new() operation. More...
#include <opendal.h>
Public Attributes | |
struct opendal_operator * | op |
struct opendal_error * | error |
The result type returned by opendal_operator_new() operation.
If the init logic is successful, the op
field will be set to a valid pointer, and the error
field will be set to null. If the init logic fails, the op
field will be set to null, and the error
field will be set to a valid pointer with error code and error message.
struct opendal_error* opendal_result_operator_new::error |
The error pointer for error.
struct opendal_operator* opendal_result_operator_new::op |
The pointer for operator.