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

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_errorerror
 

Detailed Description

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.

Member Data Documentation

◆ error

struct opendal_error* opendal_result_writer_write::error

The error, if ok, it is null

◆ size

uintptr_t opendal_result_writer_write::size

The write size if succeed.


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