Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The result type returned by opendal_lister_next(). The list entry is the list result of the list operation, the error field is the error code and error message. If the operation succeeds, the error should be NULL. More...
#include <opendal.h>
Public Attributes | |
struct opendal_entry * | entry |
struct opendal_error * | error |
The result type returned by opendal_lister_next(). The list entry is the list result of the list operation, the error field is the error code and error message. If the operation succeeds, the error should be NULL.
struct opendal_entry* opendal_result_lister_next::entry |
The next object name
struct opendal_error* opendal_result_lister_next::error |
The error, if ok, it is null