Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
Loading...
Searching...
No Matches
Public Attributes | List of all members
opendal_result_reader_read Struct Reference

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_errorerror
 

Detailed Description

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.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_reader_read::error

The error, if ok, it is null

◆ size

uintptr_t opendal_result_reader_read::size

The read size if succeed.


The documentation for this struct was generated from the following file: