|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
| virtual void | OnStreamEvent (ComponentUpdatePolicyEvents *response) |
| virtual bool | OnStreamError (RpcError rpcError) |
| virtual bool | OnStreamError (ServiceError *operationError) |
| virtual bool | OnStreamError (ResourceNotFoundError *operationError) |
| virtual bool | OnStreamError (OperationError *operationError) |
| Public Member Functions inherited from Aws::Eventstreamrpc::StreamResponseHandler | |
| virtual | ~StreamResponseHandler () noexcept=default |
| virtual void | OnStreamClosed () |
|
inlinevirtual |
A callback that is invoked upon receiving ANY error response from the server.
| operationError | The error message being received. |
|
inlinevirtual |
A callback that is invoked upon receiving an error of type ResourceNotFoundError.
| operationError | The error message being received. |
|
inlinevirtual |
A callback that is invoked when an error occurs while parsing a message from the stream.
| rpcError | The RPC error containing the status and possibly a CRT error. |
|
inlinevirtual |
A callback that is invoked upon receiving an error of type ServiceError.
| operationError | The error message being received. |
|
inlinevirtual |