AWS IoT Device SDK C++ v2
1.35.1
AWS IoT Device SDK C++ v2
|
#include <EventStreamClient.h>
Public Member Functions | |
TaggedResult () noexcept | |
TaggedResult (Crt::ScopedResource< AbstractShapeBase > response) noexcept | |
TaggedResult (Crt::ScopedResource< OperationError > error) noexcept | |
TaggedResult (RpcError rpcError) noexcept | |
TaggedResult (TaggedResult &&rhs) noexcept | |
TaggedResult & | operator= (TaggedResult &&rhs) noexcept |
~TaggedResult () noexcept | |
operator bool () const noexcept | |
AbstractShapeBase * | GetOperationResponse () const noexcept |
OperationError * | GetOperationError () const noexcept |
RpcError | GetRpcError () const noexcept |
ResultType | GetResultType () const noexcept |
A wrapper for operation result.
|
noexcept |
|
explicitnoexcept |
|
explicitnoexcept |
|
explicitnoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Get error for a failed operation.
|
noexcept |
Get operation result.
|
inlinenoexcept |
Get the type of the result with which the operation has completed.
|
noexcept |
Get RPC-level error.
|
noexcept |
|
noexcept |