| java.lang.Object | |
| ↳ | com.samsung.android.knox.sdp.SdpErrno |
Deprecated in API level 33
SdpErrno is a set of error codes related to SDP operations.
| API level 26 |
| Knox 3.2 |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | ERROR_ENGINE_ACCESS_DENIED | Deprecated in API level 33 | |||||||||
| int | ERROR_ENGINE_ALREADY_EXISTS | Deprecated in API level 33 | |||||||||
| int | ERROR_ENGINE_LOCKED | Deprecated in API level 33 | |||||||||
| int | ERROR_ENGINE_NOT_EXISTS | Deprecated in API level 33 | |||||||||
| int | ERROR_ENGINE_THROTTLED | Deprecated in API level 33 | |||||||||
| int | ERROR_INTERNAL | Deprecated in API level 33 | |||||||||
| int | ERROR_INVALID_PARAMETER | Deprecated in API level 33 | |||||||||
| int | ERROR_INVALID_PASSWORD | Deprecated in API level 33 | |||||||||
| int | ERROR_INVALID_RESET_TOKEN | Deprecated in API level 33 | |||||||||
| int | ERROR_LICENSE_REQUIRED | Deprecated in API level 33 | |||||||||
| int | ERROR_NOT_SUPPORTED_DEVICE | Deprecated in API level 33 | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Deprecated in API level 33
Indicates that requested operation was failed due to no permission.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed because SDP engine already existed.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed because SDP engine was in locked state.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed because SDP engine didn't exist.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed because SDP engine is in throttled.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed due to device in abnormal state.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed due to invalid parameter given.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed due to invalid password given.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed due to invalid reset token given.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed because license activation required.
| API level 26 |
| Knox 3.2 |
Deprecated in API level 33
Indicates that requested operation was failed because device does not support SDP.
| API level 26 |
| Knox 3.2 |