java.lang.Object | |
↳ | com.samsung.android.knox.ex.peripheral.PeripheralConstants.ErrorCode |
Deprecated in API level 37
This class defines Peripheral ErrorCode.
API level 34 |
Knox 3.7.1 |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ERROR_FRAMEWORK_CONNECTION_FAIL | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_INTERNAL | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_INVALID_PROFILE | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_NOT_ENABLED | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_NOT_STARTED | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_PERMISSION_NOT_ALLOWED | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_UNKNOWN | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_WRONG_INPUT | Deprecated in API level 37 | |||||||||
int | ERROR_FRAMEWORK_WRONG_STATE | Deprecated in API level 37 | |||||||||
int | ERROR_NONE | Deprecated in API level 37 | |||||||||
int | ERROR_NOT_SUPPORTED | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_CONNECTION_FAIL | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_CONNECTIVITY_NOT_SUPPORTED | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_CUSTOM_BASE | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_NOT_FOUND | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_PERMISSION_NOT_ALLOWED | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_UNKNOWN | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_WRONG_INPUT | Deprecated in API level 37 | |||||||||
int | ERROR_PERIPHERAL_WRONG_STATE | Deprecated in API level 37 | |||||||||
int | ERROR_PLUGIN_CONNECTION_FAIL | Deprecated in API level 37 | |||||||||
int | ERROR_PLUGIN_CUSTOM_BASE | Deprecated in API level 37 | |||||||||
int | ERROR_PLUGIN_NOT_FOUND | Deprecated in API level 37 | |||||||||
int | ERROR_PLUGIN_PERMISSION_NOT_ALLOWED | Deprecated in API level 37 | |||||||||
int | ERROR_PLUGIN_UNKNOWN | Deprecated in API level 37 | |||||||||
int | ERROR_PLUGIN_WRONG_INPUT | Deprecated in API level 37 | |||||||||
int | ERROR_PLUGIN_WRONG_STATE | Deprecated in API level 37 |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Deprecated in API level 37
Indicates framework error - fail to connect PeripheralService.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - internal.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - invalid profile.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - framework is not enabled.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - framework is enabled, but not started.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - permission not allowed to access PeripheralService.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - Unknown.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - input data is wrong.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates framework error - framework is not available due to wrong state.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates success.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates ERROR - NOT SUPPORTED.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral error - failed to connect peripheral or disconnected.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral error - connectivity is not supported.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral custom error base. Please define custom error from ERROR_PERIPHERAL_CUSTOM_BASE.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral error - can not find peripheral.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral error - plugin or app is not allowed to access peripheral.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral error - unknown.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral error - input is wrong.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates peripheral error - peripheral state is wrong.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates plugin error - failed to connect plugin or disconnected.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Deprecated in API level 37
Indicates plugin error - cann not find plugin.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates plugin error - app or framework is not allowed to access plugin.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates plugin error - unknown.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates plugin error - input is wrong.
API level 34 |
KNOX 3.7.1 |
Deprecated in API level 37
Indicates plugin error - plugin state is wrong.
API level 34 |
KNOX 3.7.1 |