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

The result type returned by opendal_operator_new() operation. More...

#include <opendal.h>

Public Attributes

struct opendal_operatorop
 
struct opendal_errorerror
 

Detailed Description

The result type returned by opendal_operator_new() operation.

If the init logic is successful, the op field will be set to a valid pointer, and the error field will be set to null. If the init logic fails, the op field will be set to null, and the error field will be set to a valid pointer with error code and error message.

See also
opendal_operator_new()
opendal_operator
opendal_error

Member Data Documentation

◆ error

struct opendal_error* opendal_result_operator_new::error

The error pointer for error.

◆ op

struct opendal_operator* opendal_result_operator_new::op

The pointer for operator.


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