Since: API level 26
public class

SdpErrno

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.sdp.SdpErrno

Deprecated in API level 33

Class Overview

SdpErrno is a set of error codes related to SDP operations.

Since
API level 26
Knox 3.2

Summary

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

Constants

public static final int ERROR_ENGINE_ACCESS_DENIED

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed due to no permission.

Since
API level 26
Knox 3.2
Constant Value: -7 (0xfffffff9)

public static final int ERROR_ENGINE_ALREADY_EXISTS

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed because SDP engine already existed.

Since
API level 26
Knox 3.2
Constant Value: -4 (0xfffffffc)

public static final int ERROR_ENGINE_LOCKED

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed because SDP engine was in locked state.

Since
API level 26
Knox 3.2
Constant Value: -6 (0xfffffffa)

public static final int ERROR_ENGINE_NOT_EXISTS

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed because SDP engine didn't exist.

Since
API level 26
Knox 3.2
Constant Value: -5 (0xfffffffb)

public static final int ERROR_ENGINE_THROTTLED

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed because SDP engine is in throttled.

Since
API level 26
Knox 3.2
Constant Value: -8 (0xfffffff8)

public static final int ERROR_INTERNAL

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed due to device in abnormal state.

Since
API level 26
Knox 3.2
Constant Value: -99 (0xffffff9d)

public static final int ERROR_INVALID_PARAMETER

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed due to invalid parameter given.

Since
API level 26
Knox 3.2
Constant Value: -3 (0xfffffffd)

public static final int ERROR_INVALID_PASSWORD

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed due to invalid password given.

Since
API level 26
Knox 3.2
Constant Value: -1 (0xffffffff)

public static final int ERROR_INVALID_RESET_TOKEN

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed due to invalid reset token given.

Since
API level 26
Knox 3.2
Constant Value: -2 (0xfffffffe)

public static final int ERROR_LICENSE_REQUIRED

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed because license activation required.

Since
API level 26
Knox 3.2
Constant Value: -9 (0xfffffff7)

public static final int ERROR_NOT_SUPPORTED_DEVICE

Since: API level 26

Deprecated in API level 33

Indicates that requested operation was failed because device does not support SDP.

Since
API level 26
Knox 3.2
Constant Value: -10 (0xfffffff6)