Module operation

Source
Expand description

Defines additional types related to Operation.

Enumsยง

Result
The operation result, which can be either an error or a valid response. If done == false, neither error nor response is set. If done == true, exactly one of error or response can be set. Some services might not provide the result.