Since: API level 34
public static final enum

KnoxAiManager.ErrorCodes

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.ex.knoxAI.KnoxAiManager.ErrorCodes

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Class Overview

The integer error codes for Knox AI APIs.

Since
API level 34
KNOX 3.7.1

Summary

Enum Values
KnoxAiManager.ErrorCodes  DEVICE_NOT_PROVISIONED  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  DEVICE_PROVISION_FAILED  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_INCOMPATIBLE_DEVICE_MODEL  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_INTERNAL_ERROR  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_INVALID_ARGUMENTS  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_MODEL_KEY_REVOKED  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_MODEL_PACKAGE_ERROR  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_MODEL_POLICY_VIOLATION  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_SERVICE_FAILURE  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_UNKNOWN_ERROR  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_UNSUPPORTED_COMPUTEUNIT  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_UNSUPPORTED_MODEL_TYPE  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  KNOX_AI_UNSUPPORTED_OP  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
KnoxAiManager.ErrorCodes  SUCCESS  Deprecated in API level 37
NOTE: This Class is not available since Android 15.
 
Public Methods
static KnoxAiManager.ErrorCodes getCodeFromValue(int value)
Deprecated in API level 37
NOTE: This Class is not available since Android 15.
int getValue()
Deprecated in API level 37
NOTE: This Class is not available since Android 15.
static KnoxAiManager.ErrorCodes valueOf(String name)
final static ErrorCodes[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final KnoxAiManager.ErrorCodes DEVICE_NOT_PROVISIONED

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes DEVICE_PROVISION_FAILED

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_INCOMPATIBLE_DEVICE_MODEL

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 35
KNOX 3.8

public static final KnoxAiManager.ErrorCodes KNOX_AI_INTERNAL_ERROR

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_INVALID_ARGUMENTS

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_MODEL_KEY_REVOKED

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 35
KNOX 3.8

public static final KnoxAiManager.ErrorCodes KNOX_AI_MODEL_PACKAGE_ERROR

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_MODEL_POLICY_VIOLATION

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_SERVICE_FAILURE

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_UNKNOWN_ERROR

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_UNSUPPORTED_COMPUTEUNIT

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_UNSUPPORTED_MODEL_TYPE

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes KNOX_AI_UNSUPPORTED_OP

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

public static final KnoxAiManager.ErrorCodes SUCCESS

Since: API level

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Since
API level 34
KNOX 3.7.1

Public Methods

public static KnoxAiManager.ErrorCodes getCodeFromValue (int value)

Since: API level 34

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

To retrieve ErrorCodes from int.

Since
API level 34
KNOX 3.7.1

public int getValue ()

Since: API level 34

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

To retrieve the integer value.

Since
API level 34
KNOX 3.7.1

public static KnoxAiManager.ErrorCodes valueOf (String name)

Since: API level 36

public static final ErrorCodes[] values ()

Since: API level 36