#include <GreengrassCoreIpcModel.h>
◆ OnStreamError() [1/5]
virtual bool Aws::Greengrass::SubscribeToCertificateUpdatesStreamHandler::OnStreamError |
( |
InvalidArgumentsError * |
operationError | ) |
|
|
inlinevirtual |
A callback that is invoked upon receiving an error of type InvalidArgumentsError
.
- Parameters
-
operationError | The error message being received. |
◆ OnStreamError() [2/5]
virtual bool Aws::Greengrass::SubscribeToCertificateUpdatesStreamHandler::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() [3/5]
virtual bool Aws::Greengrass::SubscribeToCertificateUpdatesStreamHandler::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/5]
virtual bool Aws::Greengrass::SubscribeToCertificateUpdatesStreamHandler::OnStreamError |
( |
ServiceError * |
operationError | ) |
|
|
inlinevirtual |
A callback that is invoked upon receiving an error of type ServiceError
.
- Parameters
-
operationError | The error message being received. |
◆ OnStreamError() [5/5]
virtual bool Aws::Greengrass::SubscribeToCertificateUpdatesStreamHandler::OnStreamError |
( |
UnauthorizedError * |
operationError | ) |
|
|
inlinevirtual |
A callback that is invoked upon receiving an error of type UnauthorizedError
.
- Parameters
-
operationError | The error message being received. |
◆ OnStreamEvent()
virtual void Aws::Greengrass::SubscribeToCertificateUpdatesStreamHandler::OnStreamEvent |
( |
CertificateUpdateEvent * |
response | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: