|
AWS IoT Device SDK C++ v2
1.40.1
AWS IoT Device SDK C++ v2
|
#include <IotShadowClientV2.h>
Public Member Functions | |
| ServiceErrorV2 ()=delete | |
| ServiceErrorV2 (const ServiceErrorV2< E > &rhs)=default | |
| ServiceErrorV2 (ServiceErrorV2< E > &&rhs)=default | |
| ServiceErrorV2 (int errorCode) | |
| ServiceErrorV2 (int errorCode, E &&modeledError) | |
| ~ServiceErrorV2 ()=default | |
| ServiceErrorV2< E > & | operator= (const ServiceErrorV2< E > &rhs)=default |
| ServiceErrorV2< E > & | operator= (ServiceErrorV2< E > &&rhs)=default |
| int | GetErrorCode () const |
| bool | HasModeledError () const |
| const E & | GetModeledError () const |
|
delete |
|
default |
|
default |
|
inlineexplicit |
|
inline |
|
default |
|
inline |
|
inline |
|
inline |
|
default |
|
default |