| Apache OpenDALâ„¢ C Binding
    The C binding for Apache OpenDALâ„¢ | 
The is the result type returned by opendal_reader_read(). The result type contains a size field, which is the size of the data read, 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 is the result type returned by opendal_reader_read(). The result type contains a size field, which is the size of the data read, which is zero on error. The error field is the error code and error message.
| struct opendal_error* opendal_result_reader_read::error | 
The error, if ok, it is null
| uintptr_t opendal_result_reader_read::size | 
The read size if succeed.