Package | Description |
---|---|
com.amazonaws.services.iot.client |
Modifier and Type | Field and Description |
---|---|
protected AWSIotDeviceErrorCode |
AWSIotMessage.errorCode
Error code for shadow methods.
|
Modifier and Type | Method and Description |
---|---|
AWSIotDeviceErrorCode |
AWSIotException.getErrorCode()
Error code for shadow methods.
|
AWSIotDeviceErrorCode |
AWSIotMessage.getErrorCode()
Error code for shadow methods.
|
static AWSIotDeviceErrorCode |
AWSIotDeviceErrorCode.valueOf(long code)
Returns the Enum representation of the error code value
|
static AWSIotDeviceErrorCode |
AWSIotDeviceErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSIotDeviceErrorCode[] |
AWSIotDeviceErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSIotException.setErrorCode(AWSIotDeviceErrorCode errorCode)
Error code for shadow methods.
|
void |
AWSIotMessage.setErrorCode(AWSIotDeviceErrorCode errorCode)
Error code for shadow methods.
|
Constructor and Description |
---|
AWSIotException(AWSIotDeviceErrorCode errorCode,
String message)
Instantiates a new exception object.
|
Copyright © 2020. All rights reserved.