#include <GreengrassCoreIpcModel.h>
◆ OnStreamError() [1/4]
virtual bool Aws::Greengrass::SubscribeToConfigurationUpdateStreamHandler::OnStreamError |
( |
OperationError * |
operationError | ) |
|
|
inlinevirtual |
A callback that is invoked upon receiving ANY error response from the server.
- Parameters
-
operationError | The error message being received. |
◆ OnStreamError() [2/4]
virtual bool Aws::Greengrass::SubscribeToConfigurationUpdateStreamHandler::OnStreamError |
( |
ResourceNotFoundError * |
operationError | ) |
|
|
inlinevirtual |
A callback that is invoked upon receiving an error of type ResourceNotFoundError
.
- Parameters
-
operationError | The error message being received. |
◆ OnStreamError() [3/4]
virtual bool Aws::Greengrass::SubscribeToConfigurationUpdateStreamHandler::OnStreamError |
( |
RpcError |
rpcError | ) |
|
|
inlinevirtual |
A callback that is invoked when an error occurs while parsing a message from the stream.
- Parameters
-
rpcError | The RPC error containing the status and possibly a CRT error. |
◆ OnStreamError() [4/4]
virtual bool Aws::Greengrass::SubscribeToConfigurationUpdateStreamHandler::OnStreamError |
( |
ServiceError * |
operationError | ) |
|
|
inlinevirtual |
A callback that is invoked upon receiving an error of type ServiceError
.
- Parameters
-
operationError | The error message being received. |
◆ OnStreamEvent()
virtual void Aws::Greengrass::SubscribeToConfigurationUpdateStreamHandler::OnStreamEvent |
( |
ConfigurationUpdateEvents * |
response | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: