Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The result type returned by opendal_writer_write(). The result type contains a size field, which is the size of the data written, which is zero on error. The error field is the error code and error message. More...
#include <opendal.h>
Public Attributes | |
uintptr_t | size |
struct opendal_error * | error |
The result type returned by opendal_writer_write(). The result type contains a size field, which is the size of the data written, which is zero on error. The error field is the error code and error message.
struct opendal_error* opendal_result_writer_write::error |
The error, if ok, it is null
uintptr_t opendal_result_writer_write::size |
The write size if succeed.