AWS IoT Device SDK C++ v2
1.36.0
AWS IoT Device SDK C++ v2
|
#include <IotJobsClientV2.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 |