java.lang.Object | |
↳ | com.samsung.android.knox.net.nap.NetworkAnalyticsConstants.ErrorValues |
Deprecated in API level 35
Constants that help interpret return values of API calls from the framework.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ERROR_CALLER_INCORRECT_LOCATION | Deprecated in API level 35 | |||||||||
int | ERROR_CALLER_NOT_AUTHORIZED | Deprecated in API level 35 | |||||||||
int | ERROR_CALLER_NOT_PROFILE_OWNER | Deprecated in API level 35 | |||||||||
int | ERROR_CALLER_SIGNATURE_NOT_MATCHED | Deprecated in API level 35 | |||||||||
int | ERROR_FAIL | Deprecated in API level 35 | |||||||||
int | ERROR_FAILED_FILE_DESCRIPTOR_OPEN | Deprecated in API level 35 | |||||||||
int | ERROR_INVALID_PARAMETERS | Deprecated in API level 35 | |||||||||
int | ERROR_INVALID_PROFILE_ATTRIBUTES | Deprecated in API level 35 | |||||||||
int | ERROR_JSON_PARSE | Deprecated in API level 35 | |||||||||
int | ERROR_NPA_VERSION_MISMATCH | Deprecated in API level 35 | |||||||||
int | ERROR_PROFILE_ALREADY_EXISTS | Deprecated in API level 35 | |||||||||
int | ERROR_PROFILE_IN_REQUESTED_ACTIVATION_STATE | Deprecated in API level 35 | |||||||||
int | ERROR_PROFILE_NOT_FOUND | Deprecated in API level 35 | |||||||||
int | ERROR_PROFILE_NOT_REGISTERED_BY_MDM | Deprecated in API level 35 | |||||||||
int | SUCCESS | Deprecated in API level 35 |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Deprecated in API level 35
Constant return value to represent an error caused when the caller is installed in incorrect user-space.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value to represent an error caused when the caller is not authorized.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value to represent an error caused when the caller is not the owner of the profile.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value to represent an error caused when the signature provided by the admin does not match to that of the caller.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value used to represent a fail case.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value to represent an error caused when the caller is trying to start or stop collecting data-points when the system is in a bad state. The error usually occurs when stop-start sequence is called without any-delay;
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Constant return value used to represent an error caused when the caller provided invalid parameters to the API.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value used to represent an error caused when the caller provided invalid or absent values as part of the JSON profile attributes.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value used to represent an error caused due to JSON profile parsing.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value to represent an error caused when the caller is trying to start collecting data-points in device build not compatible with NPA feature;
API level 26 |
KNOX 3.2 |
Deprecated in API level 35
Constant return value used to represent an error caused when the caller attempts to register an MDM with a profile name that has already been registered in the framework.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value to represent an error caused when the caller is trying to start or stop a profile which is already in requested state.
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Constant return value used to represent an error which is caused when the caller provides a profile name, that does not map to any profiles in the framework, as parameter to the API.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value to represent an error caused when the caller is trying to start collect data-points for a profile which is not registered by the admin.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant return value used to represent a success case.
API level 22 |
KNOX 2.8 |